diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-01-05 16:06:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-01-05 16:06:15 +0000 |
commit | 099763e05e8ce145fe8be387f5750c079a9556b5 (patch) | |
tree | dfea6386cddaf80e7bad7d032dc9c8f1e71e51f5 /usr.bin/m4/mdef.h | |
parent | 55299e4781f24319fc8a5f004c5fc2ffdd9cd405 (diff) |
Close PR-1021. make unix or vms `special' macros that expand to
themselves, with the proper quotes added.
Matches gnu-m4, not Solaris nor FreeBSD... better for robustness, as
it makes for more transparent expansions.
Diffstat (limited to 'usr.bin/m4/mdef.h')
-rw-r--r-- | usr.bin/m4/mdef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index feeb54bfcd7..d06da732c90 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mdef.h,v 1.9 1999/12/21 22:30:48 espie Exp $ */ +/* $OpenBSD: mdef.h,v 1.10 2000/01/05 16:06:14 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* @@ -72,6 +72,7 @@ #define SYSVTYPE 31 #define EXITTYPE 32 #define DEFNTYPE 33 +#define SELFTYPE 34 #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ #define STATIC 128 /* Name is statically allocated, don't free. */ |