[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++, pcall, and yield
- From: Mike Pall <mikelu-0604@...>
- Date: Wed, 19 Apr 2006 19:01:51 +0200
Hi,
Roberto Ierusalimschy wrote:
> The bug is only in 'luaD_seterrorobj', that increments top without
> pushing a corresponding value, is that right?
And of course in LUAI_TRY where the status should be set to a
defined value and not -1 (e.g. I used #define LUA_ERREXC 6).
Bye,
Mike
- References:
- Re: C++, pcall, and yield, Adam D. Moss
- Re: C++, pcall, and yield, Mark Hamburg
- Re: C++, pcall, and yield, Greg Falcon
- Re: C++, pcall, and yield, Mike Pall
- Re: C++, pcall, and yield, Greg Falcon
- Re: C++, pcall, and yield, Mike Pall
- Re: C++, pcall, and yield, Roberto Ierusalimschy