From 28286ab420604b6f938002f1733e3b3aa583fe61 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 17 Oct 2003 09:24:42 +0000 Subject: move first_function to the beginning of mcon.c again for the heap profiler --- mcon.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'mcon.c') diff --git a/mcon.c b/mcon.c index c0d8213..8c51e3f 100644 --- a/mcon.c +++ b/mcon.c @@ -58,6 +58,13 @@ extern void sprintf (char *,...); #ifndef NEW_HEADERS //# include #endif + +#ifdef G_POWER +void first_function (void) +{ +} +#endif + #ifdef STACK_OVERFLOW_EXCEPTION_HANDLER # ifdef MACHO # include @@ -236,12 +243,6 @@ extern void sprintf (char *,...); # include "mcom.h" #endif -#ifdef G_POWER -void first_function (void) -{ -} -#endif - extern void *abc_main(); extern void add_IO_time(),add_execute_time(); -- cgit v1.2.3