changeset 1467:5da885e2f414

add comment from glibc version
author Jim Meyering <jim@meyering.net>
date Tue, 11 Aug 1998 01:52:38 +0000
parents 6edda82f9fd9
children c2d9b158a280
files lib/regex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -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