[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Will this still work in 5.1?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 25 Jul 2004 07:34:20 -0300
> Will this still work in 5.1? I mean -- will the redirection of "_ALERT" to a
> C-call still catch run-time error messages.
No. _ALERT will be removed in 5.1. Use lua_cpcall like lua.c.
--lhf