Enable EGC.

This commit is contained in:
HuangRui 2015-02-17 02:25:05 +08:00
parent cb9828e357
commit c05fc843f4
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
// #define LUA_NUMBER_INTEGRAL
#define LUA_EGC
#ifdef LUA_EGC
#define EGC_INITIAL_MODE 2
#define EGC_INITIAL_MEMLIMIT 2000
#endif
#define LUA_OPTRAM
#ifdef LUA_OPTRAM