Revert and remove EGC in user_config.h

This commit is contained in:
HuangRui 2015-02-17 23:44:05 +08:00
parent c05fc843f4
commit 37d2c9f6c1
1 changed files with 0 additions and 7 deletions

View File

@ -77,13 +77,6 @@
#endif /* LUA_USE_DEVICE_DRIVER */
// #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
#define LUA_OPTIMIZE_MEMORY 2