From: bal Date: Thu, 29 Nov 1984 14:40:31 +0000 (+0000) Subject: macros newlocal() and oldlocal() moved to alloc.h X-Git-Tag: release-5-5~5930 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8a15a3f5973ed72260d5009126bfad8ab6e81a0a;p=ack.git macros newlocal() and oldlocal() moved to alloc.h --- diff --git a/util/ego/share/locals.c b/util/ego/share/locals.c index 67b086673..64e3f4ca0 100644 --- a/util/ego/share/locals.c +++ b/util/ego/share/locals.c @@ -18,8 +18,6 @@ #include "../../../h/em_mes.h" #include "locals.h" -#define newlocal() (local_p) newstruct(local) -#define oldlocal(x) oldstruct(local,x) extern short nrglobals;