lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>  b) Create the ctype table on the fly when building Lua.
>     Maybe become difficult when cross-compiling (HOST_CC needed
>     which uses the same encoding as the TARGET_CC).

Another option is to create it on the fly when opening the Lua state.

-- Roberto