mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
366c855648
(See comments in luaconf.h.) This change allows easier compilation, as Lua compiles and works even if the package 'readline' is absent from the system. Moreover, non-interactive uses don't load the library, making the stand-alone slightly faster for small loads.