macros newlvbx and oldlvbx added.
This commit is contained in:
parent
f6da80afd8
commit
bda5c8409c
|
@ -23,6 +23,10 @@
|
|||
#include "../../../h/em_spec.h"
|
||||
#include "../share/parser.h"
|
||||
|
||||
#define newlvbx() (bext_p) newstruct(bext_lv)
|
||||
#define oldlvbx(x) oldstruct(bext_lv,x)
|
||||
|
||||
|
||||
/* TEMPORARY: should be put in ../../../h/em_mes.h: */
|
||||
#define ms_liv 9
|
||||
#define ms_ded 10
|
||||
|
|
Loading…
Reference in a new issue