projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b7d21
)
*** empty log message ***
author
Karl Heuer
<kwzh@gnu.org>
Wed, 27 Apr 1994 20:02:46 +0000
(20:02 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 27 Apr 1994 20:02:46 +0000
(20:02 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 52632225866d2108e2de85a618c4a0dbf3b96766..1fce4176496fa0d46f4da43fa176d92d8177e014 100644
(file)
--- 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 <string.h>
#ifndef bcmp
@@
-77,6
+78,7
@@
char *realloc ();
#else
#include <strings.h>
#endif
+#endif
/* Define the syntax stuff for \<, \>, etc. */