Show
Ignore:
Timestamp:
06/28/07 06:18:38 (2 years ago)
Author:
athomas
Message:

Applied patch from swapoff.20.aarre@spamgourmet.com, closes #48. Thanks :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • todo/trunk/util/c_regex.c

    r290 r442  
    146146# undef REL_ALLOC 
    147147 
    148 # if defined STDC_HEADERS || defined _LIBC 
    149148#  include <stdlib.h> 
    150 # else 
    151 char *malloc (); 
    152 char *realloc (); 
    153 # endif 
    154149 
    155150/* When used in Emacs's lib-src, we need to get bzero and bcopy somehow.