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

Diff for /src/usr.bin/make/dir.h between version 1.26 and 1.27

version 1.26, 2010/07/19 19:46:44 version 1.27, 2012/10/02 10:29:30
Line 55 
Line 55 
  */   */
 extern void Dir_Init(void);  extern void Dir_Init(void);
   
 /* Dir_End()  
  *      Cleanup the module.  
  */  
 #ifdef CLEANUP  
 extern void Dir_End(void);  
 #else  
 #define Dir_End()  
 #endif  
   
 /*  /*
  * Manipulating paths. By convention, the empty path always allows for   * Manipulating paths. By convention, the empty path always allows for
  * finding files in the current directory.   * finding files in the current directory.

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27