[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: catching stderror & stdout
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 21 Jul 1999 10:26:17 -0300 (EST)
>From lua-l@tecgraf.puc-rio.br Wed Jul 21 01:05:20 1999
>From: Pablo Saldo <ec4pas@super.furg.br>
>Sorry, but I can't find references to _ALERT.
>Where is it in the code?
_ALERT was introduced in 3.2.
See section 4.9 of the reference manual ("Error Handling").
The default implementation of _ALERT is in lbuiltin.c.
--lhf