summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-06-20 05:29:05 +0000
committerRoland McGrath <roland@gnu.org>1995-06-20 05:29:05 +0000
commitb1099b2fba10e78325715f65e23af286705bf86e (patch)
treebdef54cc5afe885c5a3ed6e22b24b1d627652a81 /posix
parentdae3ee4698e29ab2bc967d6f1e24e23933568d3f (diff)
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Diffstat (limited to 'posix')
-rw-r--r--posix/regex.c2
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))