From b1099b2fba10e78325715f65e23af286705bf86e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 20 Jun 1995 05:29:05 +0000 Subject: [PATCH] Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c --- posix/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix/regex.c b/posix/regex.c index f8544ae..6f89d96 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 #ifndef bcmp #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) -- 2.7.4