Re: lua_error() during GC?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_error() during GC?
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年3月22日 12:06:23 -0300
> What happens if I call lua_error() from my C GC handler for my user data?
Nasty things ;-) Don't do that.
-- Roberto