[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:14:43 -0300
> In the new luaconf.h, the PROMPT, PROGNAME etc. are defined as:
> #define PROGNAME "lua"
>
> Would it be good to wrap these with '#ifndef PROGNAME' and so on..
The idea is that you need to edit luaconf.h once. There'll be no #ifndef's
in luaconf.h. We think this is simpler because it simplifies config, but we
may be wrong...
--lhf