Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
authorRoland McGrath <roland@gnu.org>
Tue, 20 Jun 1995 05:29:05 +0000 (05:29 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 20 Jun 1995 05:29:05 +0000 (05:29 +0000)
posix/regex.c

index f8544ae..6f89d96 100644 (file)
@@ -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))