[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.12 and 1.13

version 1.12, 2007/12/10 17:44:06 version 1.13, 2008/01/29 22:23:10
Line 130 
Line 130 
     unsigned long lineno;/* First line number of commands.  */      unsigned long lineno;/* First line number of commands.  */
     const char *fname;  /* File name of commands.  */      const char *fname;  /* File name of commands.  */
     LIST commands;      /* Creation commands */      LIST commands;      /* Creation commands */
       LIST expanded;      /* Expanded commands */
     struct Suff_ *suffix;/* Suffix for the node (determined by      struct Suff_ *suffix;/* Suffix for the node (determined by
                          * Suff_FindDeps and opaque to everyone                           * Suff_FindDeps and opaque to everyone
                          * but the Suff module) */                           * but the Suff module) */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13