Return MIN_OPT_LEVEL for elua

This commit is contained in:
Artem Serebriyskiy 2014-02-23 16:30:23 +04:00
commit be6723df1e

View file

@ -122,6 +122,11 @@ typedef struct swig_elua_entry {
#ifndef SWIG_LUA_ELUA_EMULATE
#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
#ifndef MIN_OPT_LEVEL
#define MIN_OPT_LEVEL 2
#endif
#include "lrodefs.h"
#include "lrotable.h"
#endif