diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-17 08:11:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-17 08:11:14 +0000 |
commit | 3668deba4b1314c0202b9f8fb2cd6d8c3ee07c16 (patch) | |
tree | 8e656d2108757eb06023e50380add54eaab4db4f /usr.bin/m4/mdef.h | |
parent | 1041c1b1833a6247f8e3ea7ced63273327f293b0 (diff) |
Remove STATIC memory optimization. It's buggy (see regression test trip)
Diffstat (limited to 'usr.bin/m4/mdef.h')
-rw-r--r-- | usr.bin/m4/mdef.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index 3cb0d12b22b..f61548d8297 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mdef.h,v 1.18 2001/06/15 14:01:39 espie Exp $ */ +/* $OpenBSD: mdef.h,v 1.19 2001/09/17 08:11:13 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* @@ -82,7 +82,6 @@ #define ESYSCMDTYPE 41 #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 NOARGS 512 /* builtin needs no args */ #define NEEDARGS 1024 /* mark builtin that need args with this */ |