public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix for locale/programs/ld-ctype.c
@ 2000-02-25  0:51 Andreas Jaeger
  2000-02-25  9:07 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-02-25  0:51 UTC (permalink / raw)
  To: GNU libc hacker

There's a variable declaration missing.

Andreas

2000-02-25  Andreas Jaeger  <aj@suse.de>

	* locale/programs/ld-ctype.c (allocate_arrays): Add missing
	variable declaration.

============================================================
Index: locale/programs/ld-ctype.c
--- locale/programs/ld-ctype.c	2000/02/24 05:51:30	1.56
+++ locale/programs/ld-ctype.c	2000/02/25 08:38:44
@@ -3050,7 +3050,8 @@
 		 struct repertoire_t *repertoire)
 {
   size_t idx;
-
+  size_t width_table_size;
+  
   /* First we have to decide how we organize the arrays.  It is easy
      for a one-byte character set.  But multi-byte character set
      cannot be stored flat because the chars might be sparsely used.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix for locale/programs/ld-ctype.c
  2000-02-25  0:51 Fix for locale/programs/ld-ctype.c Andreas Jaeger
@ 2000-02-25  9:07 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2000-02-25  9:07 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

Thanks, I've applied the patches.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-25  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-25  0:51 Fix for locale/programs/ld-ctype.c Andreas Jaeger
2000-02-25  9:07 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).