diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-04-27 20:02:46 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-04-27 20:02:46 +0000 |
commit | 3fa89e8c0fe939d90dc6980dbf9a6b7474d8b999 (patch) | |
tree | c4726ff2e4b32fe5c21f428cea8601375aeca609 /src/regex.c | |
parent | 42652599b7aa12bafdca55fb4a36f3dbcf512979 (diff) | |
download | emacs-3fa89e8c0fe939d90dc6980dbf9a6b7474d8b999.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c index 52632225866..1fce4176496 100644 --- a/src/regex.c +++ b/src/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 <string.h> #ifndef bcmp @@ -77,6 +78,7 @@ char *realloc (); #else #include <strings.h> #endif +#endif /* Define the syntax stuff for \<, \>, etc. */ |