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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since a7d67ca was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 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
  • lib/regex.c

    diff -uNr m4-1.4-orig/lib/regex.c m4-1.4/lib/regex.c
    old new  
    4646
    4747#else  /* not emacs */
    4848
    49 #ifdef STDC_HEADERS
    5049#include <stdlib.h>
    51 #else
    52 char *malloc ();
    53 char *realloc ();
    54 #endif
    55 
    5650
    5751/* We used to test for `BSTRING' here, but only GCC and Emacs define
    5852   `BSTRING', as far as I know, and neither of them use this code.  */
Note: See TracBrowser for help on using the repository browser.