Changeset 153 for branches/GNU/src/gmake/remake.c
- Timestamp:
- Sep 8, 2004, 4:43:30 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/remake.c
r54 r153 1342 1342 { 1343 1343 static char *buf = NULL; 1344 static int buflen = 0;1344 static unsigned int buflen = 0; 1345 1345 static int libdir_maxlen = -1; 1346 1346 char *libbuf = variable_expand ("");
Note:
See TracChangeset
for help on using the changeset viewer.