From 468401cb814d9794d7e7ed21bd532889f6297bf7 Mon Sep 17 00:00:00 2001 From: bal Date: Wed, 23 Jan 1985 16:27:47 +0000 Subject: [PATCH] core allocation macros added. --- util/ego/ud/ud.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/ego/ud/ud.c b/util/ego/ud/ud.c index 37a39ad16..c6ca8c561 100644 --- a/util/ego/ud/ud.c +++ b/util/ego/ud/ud.c @@ -17,12 +17,15 @@ #include "../share/init_glob.h" #include "../share/locals.h" #include "../share/go.h" -#include "../../../h/em_pseu.h" #include "../../../h/em_spec.h" #include "ud_defs.h" #include "ud_const.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 nrvars; -- 2.34.1