[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.31 and 1.32

version 1.31, 2019/12/21 15:29:25 version 1.32, 2019/12/21 15:29:59
Line 101 
Line 101 
 struct GNode_ {  struct GNode_ {
     unsigned int special_op;    /* special op to apply */      unsigned int special_op;    /* special op to apply */
     unsigned char special;      /* type of special node */      unsigned char special;      /* type of special node */
     char must_make;             /* true if this target needs building */      bool must_make;             /* true if this target needs building */
     char child_rebuilt;         /* true if at least one child was rebuilt,      bool child_rebuilt;         /* true if at least one child was rebuilt,
                                  * thus triggering timestamps changes */                                   * thus triggering timestamps changes */
   
     char built_status;      char built_status;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32