diff options
author | Pixel <> | 2001-04-15 16:25:36 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 16:25:36 +0000 |
commit | d90a3e9f5e9bb8e93d8e5282f0ee5cae1b7b2119 (patch) | |
tree | e9c045ac80d53411e292da96de762beaa12d2596 /src/compilo.c | |
parent | fa7c1d14dfc9c3a41e46d71c8dce57b6b79c6ed1 (diff) |
Bla
Diffstat (limited to 'src/compilo.c')
-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(); |