lua-users home
lua-l archive

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


> I think it's critically important that configuration definitions which
> affect compile/link-time compatibility belong to the headers 

That's (I think) is exactly our point. Note that luaconf.h is a standard
header now: it lives in include/ along with lua.h and friends. luaconf.h
is *always* included when you include lua.h. It's actually the first thing
lua.h does. This should go a long way to ensuring compatibility.
--lhf