#define MEMERRMSG "not enough memory"
#define luaM_reallocv( L, b, on, n, e )
#define luaM_freemem( L, b, s )
#define luaM_free( L, b )
#define luaM_freearray( L, b, n, t )
#define luaM_malloc( L, t )
#define luaM_new( L, t )
#define luaM_newvector( L, n, t )
#define luaM_growvector( L, v, nelems, size, t, limit, e )
#define luaM_reallocvector( L, v, oldn, n, t )