[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch] fix luai_num* null states
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 5 Mar 2014 13:59:00 -0300
> I meant raise runtime errors. That is, if the division by zero is
> eventually executed, an error will be raised. For that, those macros
> should be enough. Doesn't it? (As far as I could test, it worked
> well).
But I meant compile-time errors. For that, the macros are not enough. We
need extra code to avoid calling the macros before they raise an error.
-- Roberto