From fc8cf8f6bd9437220787d9082005a5a5dc2b779d Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 9 Oct 2007 00:06:42 -0500 Subject: comment --- src/signal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/signal.c b/src/signal.c index ffacf25..2b3d42e 100644 --- a/src/signal.c +++ b/src/signal.c @@ -12,6 +12,8 @@ static lua_Hook old_hook = NULL; static int old_mask = 0; static int old_count = 0; static queue q; +/* hardcoding 256 here is not great... is there a better way to get the highest + * numbered signal? */ static struct sigaction lua_handlers[256]; static void lua_signal_handler(lua_State* L, lua_Debug* D) -- cgit v1.2.3-54-g00ecf