Changeset 803 for trunk/src/gmake/glob
- Timestamp:
- Jan 25, 2007, 1:49:28 AM (19 years ago)
- Location:
- trunk/src/gmake/glob
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/glob/fnmatch.c
r503 r803 120 120 whose names are inconsistent. */ 121 121 122 # if !defined _LIBC && !defined getenv 122 # if !defined _LIBC && !defined getenv && !defined _MSC_VER 123 123 extern char *getenv (); 124 124 # endif -
trunk/src/gmake/glob/glob.c
r507 r803 188 188 # ifndef __SASC 189 189 # ifdef WINDOWS32 190 # include <malloc.h> 190 191 static void * 191 192 my_realloc (void *p, unsigned int n)
Note:
See TracChangeset
for help on using the changeset viewer.