From: Karl Heuer Date: Wed, 27 Apr 1994 20:02:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs-readonly~8906 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3ec5c68bb31795752d777a20bb5fe227f6ad6125;p=gnulib.git *** empty log message *** --- diff --git a/regex.c b/regex.c index 526322258..1fce41764 100644 --- a/regex.c +++ b/regex.c @@ -63,6 +63,7 @@ char *realloc (); /* 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 #ifndef bcmp @@ -77,6 +78,7 @@ char *realloc (); #else #include #endif +#endif /* Define the syntax stuff for \<, \>, etc. */