Skip to content
Snippets Groups Projects
Commit b4459a85 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

nothing much changed

Rev: src/signal_handler.c:1.7
parent 8a586b6d
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ void init_signals()
for(e=0;e<MAX_SIGNALS;e++)
signal_callbacks[e].type=T_INT;
firstsig=lastsig=sigbuf[0];
firstsig=lastsig=0;
add_efun("signal",f_signal,"function(int,mixed|void:void)",OPT_SIDE_EFFECT);
add_efun("kill",f_kill,"function(int,int:int)",OPT_SIDE_EFFECT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment