[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.37 and 1.38

version 1.37, 2020/01/13 14:07:35 version 1.38, 2020/01/26 12:37:47
Line 77 
Line 77 
 #define SPECIAL_NOTHING         6U      /* this is used for things we  #define SPECIAL_NOTHING         6U      /* this is used for things we
                                          * recognize for compatibility but                                           * recognize for compatibility but
                                          * don't do anything with... */                                           * don't do anything with... */
   #define SPECIAL_DEPRECATED      7U      /* this is an old keyword and it will
                                            * trigger a fatal error. */
 #define SPECIAL_INVISIBLE       8U  #define SPECIAL_INVISIBLE       8U
 #define SPECIAL_JOIN            9U  #define SPECIAL_JOIN            9U
 #define SPECIAL_MADE            11U  #define SPECIAL_MADE            11U

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38