*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 16 Jun 1993 21:28:28 +0000 (21:28 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 16 Jun 1993 21:28:28 +0000 (21:28 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 06c1bb0b72ec857098b85b6b1675ab62e6c69738..15ca91bc54a29b81a91d415d880a8d017c08a0ef 100644 (file)
--- a/regex.c
+++ b/regex.c
 
 #else  /* not emacs */
 
+#ifdef STDC_HEADERS
+#include <stdlib.h>
+#else
+char *malloc ();
+char *realloc ();
+#endif
+
+
 /* 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.  */
 #if HAVE_STRING_H || STDC_HEADERS
 #include <strings.h>
 #endif
 
-#ifdef STDC_HEADERS
-#include <stdlib.h>
-#else
-char *malloc ();
-char *realloc ();
-#endif
-
-
 /* Define the syntax stuff for \<, \>, etc.  */
 
 /* This must be nonzero for the wordchar and notwordchar pattern