Changeset 1989 for vendor/gnumake/current/glob/glob.c
- Timestamp:
- Oct 29, 2008, 12:02:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/glob/glob.c
r501 r1989 1 /* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free 2 Software Foundation, Inc. 2 3 3 4 This library is free software; you can redistribute it and/or … … 190 191 static void * 191 192 my_realloc (void *p, unsigned int n) 193 # elif defined(__DJGPP__) 194 static void * 195 my_realloc (void *p, size_t n) 192 196 # else 193 197 static char * … … 195 199 char *p; 196 200 unsigned int n; 197 # endif201 # endif 198 202 { 199 203 /* These casts are the for sake of the broken Ultrix compiler,
Note:
See TracChangeset
for help on using the changeset viewer.