summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPixel <>2001-04-15 15:52:42 +0000
committerPixel <>2001-04-15 15:52:42 +0000
commitefd764c90569f88d3936ad9ffe5ab5ad24fb23fa (patch)
treee6e95c29f3e85691e4ee0c12c76f834eeb6b7fb3 /src
parent08c321d2e6213bf21b423777ecbffef499bf4e1c (diff)
Bug fixes
Diffstat (limited to 'src')
-rw-r--r--src/compilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c
index 278f339..883bd81 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();