lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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