changeset 211:0f19f2a6f446

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Wed, 27 Apr 1994 20:02:46 +0000
parents 86dd264f716f
children 8bc57d4e2dd4
files regex.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -63,6 +63,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.  */
+#ifndef INHIBIT_STRING_HEADER
 #if HAVE_STRING_H || STDC_HEADERS
 #include <string.h>
 #ifndef bcmp
@@ -77,6 +78,7 @@
 #else
 #include <strings.h>
 #endif
+#endif
 
 /* Define the syntax stuff for \<, \>, etc.  */