*** empty log message ***
authorphil <none@none>
Mon, 16 Nov 1998 18:54:32 +0000 (18:54 +0000)
committerphil <none@none>
Mon, 16 Nov 1998 18:54:32 +0000 (18:54 +0000)
main.c
src/cacao/cacao.c

diff --git a/main.c b/main.c
index c4e5e9f944b8d022dbfe7495d945574fcf636dba..9d5c2eae768992b1f115be02959cb9f93ddc02cc 100644 (file)
--- a/main.c
+++ b/main.c
@@ -473,7 +473,6 @@ void exit_handler(void)
        loader_close ();
        unicode_close ( literalstring_free );
 
-
        if (verbose || getcompilingtime || statistics) {
                log_text ("CACAO terminated");
                if (statistics)
@@ -511,7 +510,7 @@ int main(int argc, char **argv)
 #ifndef USE_THREADS
        stackbottom = &dummy;
 #endif
-
+       
        if (0 != atexit(exit_handler))
                panic("unable to register exit_handler");
 
index c4e5e9f944b8d022dbfe7495d945574fcf636dba..9d5c2eae768992b1f115be02959cb9f93ddc02cc 100644 (file)
@@ -473,7 +473,6 @@ void exit_handler(void)
        loader_close ();
        unicode_close ( literalstring_free );
 
-
        if (verbose || getcompilingtime || statistics) {
                log_text ("CACAO terminated");
                if (statistics)
@@ -511,7 +510,7 @@ int main(int argc, char **argv)
 #ifndef USE_THREADS
        stackbottom = &dummy;
 #endif
-
+       
        if (0 != atexit(exit_handler))
                panic("unable to register exit_handler");