summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-24 21:53:00 +0000
committerJim Meyering <jim@meyering.net>1995-06-24 21:53:00 +0000
commitcca11fdf73b16fd30f09a9c8693d769ede0ab618 (patch)
tree1c80c3bded34f9c72e441a31882c99c59a9710d1
parentb4d70da145f128b709cb5e22925eaa4676f55c2e (diff)
downloadgnulib-TEXTUTILS.tar.gz
gnulib-TEXTUTILS.tar.bz2
GNU text utilitiesTEXTUTILS-1_12aTEXTUTILS
-rw-r--r--lib/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.c b/lib/regex.c
index e6d614524c..144c984e98 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))

Return to:

Send suggestions and report system problems to the System administrator.