source: patches/m4-1.4-regex_c-hack.patch@ 1a625f6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1a625f6 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • 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.