lua-users home
lua-l archive

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


>We had the same problem with our embedded app.  I reworked the
>alert a little and removed the exit call, replacing it with a 
>flag i check in a few key places to force the execution thread to 
>unwind and exit from my initial dobuffer call.

I must be missing something, but why do you need to change the C code at all?
Simply redefining _ALERT to be a (even C) function would do, wouldn't it?
--lhf