Changeset 153 for branches/GNU/src/gmake/vpath.c
- Timestamp:
- Sep 8, 2004, 4:43:30 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/vpath.c
r54 r153 320 320 321 321 int 322 gpath_search (char *file, int len)322 gpath_search (char *file, unsigned int len) 323 323 { 324 registerchar **gp;324 char **gp; 325 325 326 326 if (gpaths && (len <= gpaths->maxlen))
Note:
See TracChangeset
for help on using the changeset viewer.