core allocation macros added.
authorbal <none@none>
Wed, 23 Jan 1985 16:27:47 +0000 (16:27 +0000)
committerbal <none@none>
Wed, 23 Jan 1985 16:27:47 +0000 (16:27 +0000)
util/ego/ud/ud.c

index 37a39ad..c6ca8c5 100644 (file)
 #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;