lua-users home
lua-l archive

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


On Mon, Feb 1, 2010 at 9:18 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> I'd like lua to add lots of compile-time options, macro defines, to
>> let the developers include lua features selectively.
>
> Which ones for instance?
>

If the developers think adding 'continue' support by default is not
desired. then add an option for users to enable continue support in
their own version.

something like:

#define LUA_USE_CONTINUE 1