core allocation macros added.
This commit is contained in:
parent
cac6ffd8c2
commit
468401cb81
|
@ -17,12 +17,15 @@
|
||||||
#include "../share/init_glob.h"
|
#include "../share/init_glob.h"
|
||||||
#include "../share/locals.h"
|
#include "../share/locals.h"
|
||||||
#include "../share/go.h"
|
#include "../share/go.h"
|
||||||
#include "../../../h/em_pseu.h"
|
|
||||||
#include "../../../h/em_spec.h"
|
#include "../../../h/em_spec.h"
|
||||||
#include "ud_defs.h"
|
#include "ud_defs.h"
|
||||||
#include "ud_const.h"
|
#include "ud_const.h"
|
||||||
#include "ud_copy.h"
|
#include "ud_copy.h"
|
||||||
|
|
||||||
|
/* core allocation macros */
|
||||||
|
#define newudbx() (bext_p) newstruct(bext_ud)
|
||||||
|
#define oldudbx(x) oldstruct(bext_ud,x)
|
||||||
|
|
||||||
short nrglobals;
|
short nrglobals;
|
||||||
short nrvars;
|
short nrvars;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue