Explorar el Código

revert: bsp/linux 不能禁用readline

Wendal Chen hace 4 años
padre
commit
3415858d34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bsp/linux/src/lua.c

+ 1 - 1
bsp/linux/src/lua.c

@@ -23,7 +23,7 @@ LUALIB_API void luat_openlibs (lua_State *L);
 
 // disable readline
 #if defined(LUA_USE_READLINE)
-#undef LUA_USE_READLINE
+// #undef LUA_USE_READLINE
 #endif
 
 #if !defined(LUA_PROMPT)