source:
patches/m4-1.4-regex_c-hack.patch@
eec901a
Last change on this file since eec901a was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 463 bytes |
-
lib/regex.c
diff -uNr m4-1.4-orig/lib/regex.c m4-1.4/lib/regex.c
old new 46 46 47 47 #else /* not emacs */ 48 48 49 #ifdef STDC_HEADERS50 49 #include <stdlib.h> 51 #else52 char *malloc ();53 char *realloc ();54 #endif55 56 50 57 51 /* We used to test for `BSTRING' here, but only GCC and Emacs define 58 52 `BSTRING', as far as I know, and neither of them use this code. */
Note:
See TracBrowser
for help on using the repository browser.