lua-users home
lua-l archive

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


On Mon, 27 Jul 2009 12:15:23 +0300
"Juris Kalnins" <juris@mt.lv> wrote:

> On Mon, 27 Jul 2009 11:58:22 +0300, Ico <lua@zevv.nl> wrote:
> 
> > Just curious, what is your reason for needing this ?
> >
> 
> g++ -fno-exceptions

Surely setjmp/longjmp aren't affected by this; they just take a copy of
stack information, and put it back?

B.