This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.1.3


"David S. Miller" <davem@redhat.com> said:
> Ugh...

--- locale/C-ctype.c.~1~	Thu Feb 24 14:48:02 2000
+++ locale/C-ctype.c	Thu Feb 24 22:16:42 2000
@@ -376,7 +376,7 @@
     { string: NULL },
-     { string: (const char *) (_nl_C_LC_CTYPE_tolower + 128) }
+     { string: (const char *) (_nl_C_LC_CTYPE_tolower + 128) },
 #if BYTE_ORDER == BIG_ENDIAN
    { string: NULL },
 #endif
   }
 };

This is more symmetric, and (IMVHO) less error-prone
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]