Просмотр исходного кода

change: 改luaconf.h,统一用32bits!!

Wendal Chen 5 лет назад
Родитель
Сommit
a326a8b768
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lua/include/luaconf.h

+ 2 - 2
lua/include/luaconf.h

@@ -33,9 +33,9 @@
 ** ensure that all software connected to Lua will be compiled with the
 ** same configuration.
 */
-#ifdef __EC616
+//#ifdef __EC616
 #define LUA_32BITS
-#endif
+//#endif
 
 /*
 @@ LUA_USE_C89 controls the use of non-ISO-C89 features.