changeset 20152:d32225989f7e

merge with 1.12a
author Jim Meyering <jim@meyering.net>
date Sat, 24 Jun 1995 22:02:25 +0000
parents 9d87c9363954
children 0bb43909ca39
files lib/regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c	Tue Jun 20 03:11:14 1995 +0000
+++ b/lib/regex.c	Sat Jun 24 22:02:25 1995 +0000
@@ -76,7 +76,7 @@
    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))