[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.27 and 1.28

version 1.27, 2000/09/14 13:52:42 version 1.28, 2000/11/24 14:27:19
Line 208 
Line 208 
     const char *    fname;      /* File name of commands.  */      const char *    fname;      /* File name of commands.  */
     LIST            commands;   /* Creation commands */      LIST            commands;   /* Creation 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) */
     char      name[1];          /* The target's name */      char      name[1];          /* The target's name */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28