diff options
author | John van Groningen | 2003-10-17 09:24:42 +0000 |
---|---|---|
committer | John van Groningen | 2003-10-17 09:24:42 +0000 |
commit | 28286ab420604b6f938002f1733e3b3aa583fe61 (patch) | |
tree | cc9041fb313b798e8cd1be3603988494cd86f179 /mcon.c | |
parent | add e__system__nind and e__system__eaind labels (diff) |
move first_function to the beginning of mcon.c again for
the heap profiler
Diffstat (limited to 'mcon.c')
-rw-r--r-- | mcon.c | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -58,6 +58,13 @@ extern void sprintf (char *,...); #ifndef NEW_HEADERS //# include <OSEvents.h> #endif + +#ifdef G_POWER +void first_function (void) +{ +} +#endif + #ifdef STACK_OVERFLOW_EXCEPTION_HANDLER # ifdef MACHO # include <mach/mach.h> @@ -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(); |