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

Diff for /src/usr.bin/make/gnode.h between version 1.3 and 1.4

version 1.3, 2001/11/22 21:18:10 version 1.4, 2001/11/23 23:42:45
Line 176 
Line 176 
                                      * commands for a target */                                       * commands for a target */
 #define OP_SAVE_CMDS    0x04000000  /* Saving commands on .END (Compat) */  #define OP_SAVE_CMDS    0x04000000  /* Saving commands on .END (Compat) */
 #define OP_DEPS_FOUND   0x02000000  /* Already processed by Suff_FindDeps */  #define OP_DEPS_FOUND   0x02000000  /* Already processed by Suff_FindDeps */
 #define OP_IS_SUFFIX    0x01000000  /* Cmds filled by suffix rule */  
   
 /*  /*
  * OP_NOP will return true if the node with the given type was not the   * OP_NOP will return true if the node with the given type was not the

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