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

Diff for /src/usr.bin/m4/mdef.h between version 1.18 and 1.19

version 1.18, 2001/06/15 14:01:39 version 1.19, 2001/09/17 08:11:13
Line 82 
Line 82 
 #define ESYSCMDTYPE     41  #define ESYSCMDTYPE     41
   
 #define TYPEMASK        63      /* Keep bits really corresponding to a type. */  #define TYPEMASK        63      /* Keep bits really corresponding to a type. */
 #define STATIC          128     /* Name is statically allocated, don't free. */  
 #define RECDEF          256     /* Pure recursive def, don't expand it */  #define RECDEF          256     /* Pure recursive def, don't expand it */
 #define NOARGS          512     /* builtin needs no args */  #define NOARGS          512     /* builtin needs no args */
 #define NEEDARGS        1024    /* mark builtin that need args with this */  #define NEEDARGS        1024    /* mark builtin that need args with this */

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