Changeset 2596 for vendor/gnumake/current/glob/glob.c
- Timestamp:
- Jun 20, 2012, 12:44:52 AM (13 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/glob
- Property svn:ignore deleted
-
vendor/gnumake/current/glob/glob.c
r1989 r2596 183 183 #endif 184 184 185 #if ndef __GNU_LIBRARY__185 #if !defined __GNU_LIBRARY__ && !defined __DJGPP__ 186 186 # ifdef __GNUC__ 187 187 __inline … … 191 191 static void * 192 192 my_realloc (void *p, unsigned int n) 193 # elif defined(__DJGPP__)194 static void *195 my_realloc (void *p, size_t n)196 193 # else 197 194 static char * … … 209 206 # define realloc my_realloc 210 207 # endif /* __SASC */ 211 #endif /* __GNU_LIBRARY__ */208 #endif /* __GNU_LIBRARY__ || __DJGPP__ */ 212 209 213 210
Note:
See TracChangeset
for help on using the changeset viewer.