[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.3 and 1.4

version 1.3, 2007/07/08 17:44:20 version 1.4, 2007/11/02 17:27:24
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 CONCAT(a,b)     a##b  #define CONCAT(a,b)     a##b
   

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