Mercurial > emacs
changeset 7135:ed6f3dda7ede
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 27 Apr 1994 20:02:46 +0000 |
parents | 3ad5c55d40b8 |
children | 8a99aef126ba |
files | src/regex.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Wed Apr 27 19:18:40 1994 +0000 +++ b/src/regex.c Wed Apr 27 20:02:46 1994 +0000 @@ -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. */