macros newlocal() and oldlocal() moved to alloc.h
authorbal <none@none>
Thu, 29 Nov 1984 14:40:31 +0000 (14:40 +0000)
committerbal <none@none>
Thu, 29 Nov 1984 14:40:31 +0000 (14:40 +0000)
util/ego/share/locals.c

index 67b0866..64e3f4c 100644 (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;