X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=49c007bff6179ba8489d92cb48b51ad9170e5e51;hb=0ed4db4a998679b83cdf7978b2c67470dec70b49;hp=3bc18ee8b9f19eb3e6ed37ef4c06b48934ccbdc7;hpb=77acf5b7dce7ecfcc8a66b5f3d527b10cdd74dc1;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 3bc18ee..49c007b 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -95,7 +95,7 @@ void sigint_init(void) { SHOW("entering sigint_init()"); - install_handler(SIGINT, sigint_handler); + install_handler(SIGINT, sigint_handler, 1); SHOW("leaving sigint_init()"); }