source: scripts/patches/m4-1.4-regex_c-hack.patch@ 2983838

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2983838 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 19 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 463 bytes
RevLine 
[617118d]1diff -uNr m4-1.4-orig/lib/regex.c m4-1.4/lib/regex.c
2--- m4-1.4-orig/lib/regex.c 1994-10-27 08:43:45.000000000 +1000
3+++ m4-1.4/lib/regex.c 2004-06-22 21:52:42.000000000 +1000
4@@ -46,13 +46,7 @@
5
6 #else /* not emacs */
7
8-#ifdef STDC_HEADERS
9 #include <stdlib.h>
10-#else
11-char *malloc ();
12-char *realloc ();
13-#endif
14-
15
16 /* We used to test for `BSTRING' here, but only GCC and Emacs define
17 `BSTRING', as far as I know, and neither of them use this code. */
Note: See TracBrowser for help on using the repository browser.