aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-04-27 20:02:46 +0000
committerKarl Heuer1994-04-27 20:02:46 +0000
commit3fa89e8c0fe939d90dc6980dbf9a6b7474d8b999 (patch)
treec4726ff2e4b32fe5c21f428cea8601375aeca609 /src
parent42652599b7aa12bafdca55fb4a36f3dbcf512979 (diff)
downloademacs-3fa89e8c0fe939d90dc6980dbf9a6b7474d8b999.tar.gz
emacs-3fa89e8c0fe939d90dc6980dbf9a6b7474d8b999.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
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 ();
63 63
64/* We used to test for `BSTRING' here, but only GCC and Emacs define 64/* We used to test for `BSTRING' here, but only GCC and Emacs define
65 `BSTRING', as far as I know, and neither of them use this code. */ 65 `BSTRING', as far as I know, and neither of them use this code. */
66#ifndef INHIBIT_STRING_HEADER
66#if HAVE_STRING_H || STDC_HEADERS 67#if HAVE_STRING_H || STDC_HEADERS
67#include <string.h> 68#include <string.h>
68#ifndef bcmp 69#ifndef bcmp
@@ -77,6 +78,7 @@ char *realloc ();
77#else 78#else
78#include <strings.h> 79#include <strings.h>
79#endif 80#endif
81#endif
80 82
81/* Define the syntax stuff for \<, \>, etc. */ 83/* Define the syntax stuff for \<, \>, etc. */
82 84