Re: Return value of finalizers in C
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Return value of finalizers in C
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2011年5月16日 10:58:14 -0300
> When a finalizer written in C is called for the __gc metamethod, is
> there a need to return any value? Currently my finalizers don't put
> anything on the stack and simply return 0. Is that correct?
Yes.
-- Roberto