Ignore:
Timestamp:
Sep 8, 2004, 4:43:30 AM (21 years ago)
Author:
bird
Message:

GNU Make 3.81beta1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/vpath.c

    r54 r153  
    320320
    321321int
    322 gpath_search (char *file, int len)
     322gpath_search (char *file, unsigned int len)
    323323{
    324   register char **gp;
     324  char **gp;
    325325
    326326  if (gpaths && (len <= gpaths->maxlen))
Note: See TracChangeset for help on using the changeset viewer.