diff options
author | Pixel <> | 2001-04-15 18:22:38 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 18:22:38 +0000 |
commit | 38e3212d37dc9594aa409b67da00529466a1713e (patch) | |
tree | 381d7eeef26f1e382c499b67134f71dee2324ffc /src/compilo.c | |
parent | 461aecf5c08b5688692cf51b4ec358b96a4ba95d (diff) |
Bug fixes
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 278f339..3f214a6 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(); |