Changeset 442 for todo/trunk/util/c_regex.c
- Timestamp:
- 06/28/07 06:18:38 (2 years ago)
- Files:
-
- todo/trunk/util/c_regex.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
todo/trunk/util/c_regex.c
r290 r442 146 146 # undef REL_ALLOC 147 147 148 # if defined STDC_HEADERS || defined _LIBC149 148 # include <stdlib.h> 150 # else151 char *malloc ();152 char *realloc ();153 # endif154 149 155 150 /* When used in Emacs's lib-src, we need to get bzero and bcopy somehow.
