|
|
||
|
On 3/27/06, Greg Falcon <veloso@verylowsodium.com> wrote:
> lua_exception::lua_exception(const lua_exception& that)
> :L(that.L)
> ,errorJmp(that.errorJmp)
> ,committed(that.false)
> {
> that.commit();
> }
I meant to say
,committed(that.committed)
of course.
Greg F