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

Diff for /src/usr.bin/make/defines.h between version 1.4 and 1.5

version 1.4, 2007/11/02 17:27:24 version 1.5, 2007/11/03 11:44:30
Line 89 
Line 89 
 #define DEBUG_VAR       0x0200  #define DEBUG_VAR       0x0200
 #define DEBUG_FOR       0x0400  #define DEBUG_FOR       0x0400
 #define DEBUG_LOUD      0x0800  #define DEBUG_LOUD      0x0800
 #define DEBUG_JOBTOKEN  0x1000  #define DEBUG_JOBBANNER 0x1000
   
 #define CONCAT(a,b)     a##b  #define CONCAT(a,b)     a##b
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5