diff src/regex.c @ 1641:47ae0840b2b9

*** empty log message ***
author David J. MacKenzie <djm@gnu.org>
date Tue, 24 Nov 1992 14:17:32 +0000
parents e81cb2cc709e
children 340feb030df1
line wrap: on
line diff
--- a/src/regex.c	Tue Nov 24 02:40:36 1992 +0000
+++ b/src/regex.c	Tue Nov 24 14:17:32 1992 +0000
@@ -45,7 +45,7 @@
 
 /* We used to test for `BSTRING' here, but only GCC and Emacs define
    `BSTRING', as far as I know, and neither of them use this code.  */
-#if USG || STDC_HEADERS
+#if HAVE_STRING_H || STDC_HEADERS
 #include <string.h>
 #ifndef bcmp
 #define bcmp(s1, s2, n)	memcmp ((s1), (s2), (n))