[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Exception configuration no longer in luaconf.h (5.2.1)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 21 Nov 2012 12:41:41 -0200
> 4.6 reads "You can also choose to use exceptions if you use C++; see
> file luaconf.h"
> (http://www.lua.org/manual/5.2/manual.html#4.6)
>
> However the preprocessor directives for __cplusplus compilation are in
> ldo.c, having been moved from luaconf.h from 5.1.5.
Thanks. We must correct the manual.
> A change that I
> can't say I am completely happy about.
>
> Was there a design objection to making LUAI_THROW, LUAI_TRY, and
> luai_jmpbuf public?
I am not sure what you mean by "public". Do you want to use those
definitions in other parts of your code?
-- Roberto