summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-24 22:02:25 +0000
committerJim Meyering <jim@meyering.net>1995-06-24 22:02:25 +0000
commit7981e85eb3546acb2d4d6cd634330d8581ecc9de (patch)
tree7ee26a4b5d11ba8d27626beb79d22d1fc9a83a5c /lib/regex.c
parent1d7e1a535be6d1a487b92202bc21db790f0fc733 (diff)
downloadcoreutils-7981e85eb3546acb2d4d6cd634330d8581ecc9de.tar.xz
merge with 1.12a
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 1cf919696..04919abe2 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 <string.h>
#ifndef bcmp
#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))