macros newlocal() and oldlocal() moved to alloc.h

This commit is contained in:
bal 1984-11-29 14:40:31 +00:00
parent ae1e81adb1
commit 8a15a3f597

View file

@ -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;