diff options
author | Pixel <> | 2001-04-16 02:24:51 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 02:24:51 +0000 |
commit | c4084cde0b64dfa49fdab5eb347e0eac696ec254 (patch) | |
tree | 8638ea7d3ff9b8db451bca3edf0bda38b59b1a0c /src/compilo.c | |
parent | 86106738c9bb543a1308a1e0f36755052aabf598 (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..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(); |