summaryrefslogtreecommitdiff
path: root/src/compilo.c
diff options
context:
space:
mode:
authorPixel <>2001-04-16 01:44:14 +0000
committerPixel <>2001-04-16 01:44:14 +0000
commit9ce5cb3e9cefcb6633ee8be31f9d8bb70bf917e1 (patch)
tree7073ecf72f99446da309ce52b0c65d957bb8865e /src/compilo.c
parent9c0427e3b87d55f77fbb0176c66916c0844e0c13 (diff)
Compilo
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();