diff options
author | Roland McGrath <roland@gnu.org> | 1995-06-20 05:29:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-06-20 05:29:05 +0000 |
commit | b1099b2fba10e78325715f65e23af286705bf86e (patch) | |
tree | bdef54cc5afe885c5a3ed6e22b24b1d627652a81 /posix/regex.c | |
parent | dae3ee4698e29ab2bc967d6f1e24e23933568d3f (diff) | |
download | glibc-b1099b2fba10e78325715f65e23af286705bf86e.tar.gz |
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Diffstat (limited to 'posix/regex.c')
-rw-r--r-- | posix/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regex.c b/posix/regex.c index f8544aebf0..6f89d96a3f 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -80,7 +80,7 @@ char *realloc (); This is used in most programs--a few other programs avoid this by defining INHIBIT_STRING_HEADER. */ #ifndef INHIBIT_STRING_HEADER -#if HAVE_STRING_H || STDC_HEADERS || defined (_LIBC) +#if defined (HAVE_STRING_H) || defined (STDC_HEADERS) || defined (_LIBC) #include <string.h> #ifndef bcmp #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) |