* *additionally* into %d0 for compatibility.) The price is that there are
* some warnings about int->pointer conversions...
*/
-#if defined(__mc68000__) && defined(__ELF__)
-typedef int32 ((*func_ptr) ());
-
+#if (defined(__mc68000__) || (defined(__m68k__))) && defined(__ELF__)
+typedef int32 (*func_ptr) ();
#else
-typedef char *((*func_ptr) ());
+typedef char * (*func_ptr) ();
#endif
/*
*-------------------------------------------------------------------------
*/
-#if defined(__mc68000__) && defined(__ELF__)
-typedef int32 ((*func_ptr) ());
-
-#else
-typedef char *((*func_ptr) ());
-#endif
+typedef void (*func_ptr) ();
/*
* process any libraries that should be preloaded and