lua-users home
lua-l archive

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


Very true, I will merge config changes to luaconf.h (never was  
intention that lnum_config.h would be more than temporary solution).
And I was wrong: definitions of lua_Number and lua_Integer (at least)  
do need to be in the luaconf.
-asko

Luiz Henrique de Figueiredo kirjoitti 3.4.2008 kello 16:38:
Yes, but the whole installable headers issue is open to the Lua
authors. It could be better; imho installed headers should NOT have
any implementation details within them. Just the APIs and
configuration that was used (that would include the LNUM_xxx define,
only).
Right. Since you're writing a patch, you could just distribute a  
patched
luaconf.h. That's the whole point of luaconf.h.