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

Diff for /src/usr.bin/make/make.h between version 1.17 and 1.18

version 1.17, 2000/02/02 13:47:48 version 1.18, 2000/04/17 23:54:47
Line 161 
Line 161 
     Lst             preds;      /* Nodes that must be made before this one */      Lst             preds;      /* Nodes that must be made before this one */
   
     Lst             context;    /* The local variables */      Lst             context;    /* The local variables */
       unsigned long   lineno;     /* First line number of commands.  */
       const char *    fname;      /* File name of commands.  */
     Lst             commands;   /* Creation commands */      Lst             commands;   /* Creation commands */
   
     struct _Suff    *suffix;    /* Suffix for the node (determined by      struct _Suff    *suffix;    /* Suffix for the node (determined by

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18