From: Jim Meyering Date: Sat, 24 Jun 1995 21:53:00 +0000 (+0000) Subject: GNU text utilities X-Git-Tag: TEXTUTILS-1_12a X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cca11fdf73b16fd30f09a9c8693d769ede0ab618;p=gnulib.git GNU text utilities --- diff --git a/lib/regex.c b/lib/regex.c index e6d614524..144c984e9 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -76,7 +76,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))