diff options
author | Pixel <> | 2001-04-16 01:44:14 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 01:44:14 +0000 |
commit | 9ce5cb3e9cefcb6633ee8be31f9d8bb70bf917e1 (patch) | |
tree | 7073ecf72f99446da309ce52b0c65d957bb8865e /src | |
parent | 9c0427e3b87d55f77fbb0176c66916c0844e0c13 (diff) |
Compilo
Diffstat (limited to 'src')
-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(); |