core allocation macros added.

This commit is contained in:
bal 1985-01-23 16:27:47 +00:00
parent cac6ffd8c2
commit 468401cb81

View file

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