add comment from glibc version
authorJim Meyering <jim@meyering.net>
Tue, 11 Aug 1998 01:52:38 +0000 (01:52 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Aug 1998 01:52:38 +0000 (01:52 +0000)
lib/regex.c

index a69d100..34ad195 100644 (file)
@@ -55,6 +55,7 @@
 /* For platform which support the ISO C amendement 1 functionality we
    support user defined character classes.  */
 #if WIDE_CHAR_SUPPORT
+/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.  */
 # include <wchar.h>
 # include <wctype.h>
 #endif