From 57466cb35abc7ec7ab90b817285d7a7c466571e5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 16 Jun 1993 21:28:28 +0000 Subject: [PATCH] *** empty log message *** --- regex.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/regex.c b/regex.c index 06c1bb0b72..15ca91bc54 100644 --- a/regex.c +++ b/regex.c @@ -46,6 +46,14 @@ #else /* not emacs */ +#ifdef STDC_HEADERS +#include +#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 @@ -63,14 +71,6 @@ #include #endif -#ifdef STDC_HEADERS -#include -#else -char *malloc (); -char *realloc (); -#endif - - /* Define the syntax stuff for \<, \>, etc. */ /* This must be nonzero for the wordchar and notwordchar pattern -- 2.30.2