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

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

version 1.55, 2007/09/17 12:17:27 version 1.56, 2008/11/04 07:22:35
Line 347 
Line 347 
         return p;          return p;
 }  }
   
   char *
   PathEntry_name(struct PathEntry *p)
   {
           return p->name;
   }
   
 /* Side Effects: cache the current directory */  /* Side Effects: cache the current directory */
 void  void
 Dir_Init(void)  Dir_Init(void)

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