macros newlocal() and oldlocal() moved to alloc.h
This commit is contained in:
parent
ae1e81adb1
commit
8a15a3f597
|
@ -18,8 +18,6 @@
|
||||||
#include "../../../h/em_mes.h"
|
#include "../../../h/em_mes.h"
|
||||||
#include "locals.h"
|
#include "locals.h"
|
||||||
|
|
||||||
#define newlocal() (local_p) newstruct(local)
|
|
||||||
#define oldlocal(x) oldstruct(local,x)
|
|
||||||
|
|
||||||
extern short nrglobals;
|
extern short nrglobals;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue