diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-27 11:40:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-27 11:40:34 +0000 |
commit | 075e3957eaedc259ec5ceda71fbc399ebb27f739 (patch) | |
tree | fbdfcadefcc6bcccd57925fcf5860c288ddb76ce /usr.bin/m4/mdef.h | |
parent | 37bf947e8d7999f07e2efca7fba6082b5a75f630 (diff) |
traceon/traceoff built-ins.
Diffstat (limited to 'usr.bin/m4/mdef.h')
-rw-r--r-- | usr.bin/m4/mdef.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index 5a51945e42d..4a10500be28 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mdef.h,v 1.20 2001/09/18 13:39:52 espie Exp $ */ +/* $OpenBSD: mdef.h,v 1.21 2001/09/27 11:40:33 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* @@ -80,6 +80,9 @@ #define LINETYPE 39 #define REGEXPTYPE 40 #define ESYSCMDTYPE 41 +#define TRACEONTYPE 42 +#define TRACEOFFTYPE 43 + #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ #define RECDEF 256 /* Pure recursive def, don't expand it */ |