summaryrefslogtreecommitdiff
path: root/src/compilo.c
diff options
context:
space:
mode:
authorPixel <>2001-04-15 16:25:36 +0000
committerPixel <>2001-04-15 16:25:36 +0000
commitd90a3e9f5e9bb8e93d8e5282f0ee5cae1b7b2119 (patch)
treee9c045ac80d53411e292da96de762beaa12d2596 /src/compilo.c
parentfa7c1d14dfc9c3a41e46d71c8dce57b6b79c6ed1 (diff)
Bla
Diffstat (limited to 'src/compilo.c')
-rw-r--r--src/compilo.c2
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();