[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: PROGNAME etc. (5.1w1)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Sep 2004 13:52:10 -0300
> 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