projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb5802
)
add comment from glibc version
author
Jim Meyering
<jim@meyering.net>
Tue, 11 Aug 1998 01:52:38 +0000
(
01:52
+0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 11 Aug 1998 01:52:38 +0000
(
01:52
+0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index a69d100e6f84b169da3cc356336b8a141e2df6a3..34ad1956a394f12668923fe43043890dd7b1ef73 100644
(file)
--- 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