diff options
-rw-r--r-- | src/compilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c index 883bd81..278f339 100644 --- a/src/compilo.c +++ b/src/compilo.c @@ -49,7 +49,7 @@ void segfaulthand(int i) { int main(void) { invite(); -/* signal(SIGSEGV, segfaulthand); */ + signal(SIGSEGV, segfaulthand); fprintf(stderr, _("\nPerforming initialisation...\n\n")); init_all(); |