[BACK]Return to parse.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/parse.c between version 1.55 and 1.56

version 1.55, 2000/09/14 13:40:03 version 1.56, 2000/09/14 13:43:31
Line 571 
Line 571 
     void *path;      void *path;
     void *name;      void *name;
 {  {
     Dir_AddDir((Lst)path, (char *)name);      Dir_AddDir((Lst)path, (char *)name, NULL);
 }  }
   
 /*-  /*-
Line 1467 
Line 1467 
 Parse_AddIncludeDir(dir)  Parse_AddIncludeDir(dir)
     char          *dir;     /* The name of the directory to add */      char          *dir;     /* The name of the directory to add */
 {  {
     Dir_AddDir(&parseIncPath, dir);      Dir_AddDir(&parseIncPath, dir, NULL);
 }  }
   
 /*-  /*-

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56