浏览代码

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

bal 40 年之前
父节点
当前提交
8a15a3f597
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      util/ego/share/locals.c

+ 0 - 2
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;