aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/xm-mot3300.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/xm-mot3300.h')
-rw-r--r--gcc/config/m68k/xm-mot3300.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h
index f8eabbd..aed9c6e 100644
--- a/gcc/config/m68k/xm-mot3300.h
+++ b/gcc/config/m68k/xm-mot3300.h
@@ -21,12 +21,3 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define USG 1
-
-/* do not use alloca from -lPW with cc, because function epilogues use %sp */
-#ifndef __GNUC__
-#ifdef __STDC__
-extern void *alloca ();
-#else
-extern char *alloca ();
-#endif
-#endif