[BACK]Return to make.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.h between version 1.155 and 1.156

version 1.155, 2020/10/05 19:27:47 version 1.156, 2020/10/05 22:15:45
Line 332  typedef struct GNode {
Line 332  typedef struct GNode {
      * in the normal sense. */       * in the normal sense. */
     GNodeList *order_succ;      GNodeList *order_succ;
   
     /* #n for this cohort */      /* The "#n" suffix for this cohort, or "" for other nodes */
     char cohort_num[8];      char cohort_num[8];
     /* The number of unmade instances on the cohorts list */      /* The number of unmade instances on the cohorts list */
     int unmade_cohorts;      int unmade_cohorts;

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156

CVSweb <webmaster@jp.NetBSD.org>