aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/xm-h8300.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/h8300/xm-h8300.h')
-rw-r--r--gcc/config/h8300/xm-h8300.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/h8300/xm-h8300.h b/gcc/config/h8300/xm-h8300.h
index 171faab..10a1269 100644
--- a/gcc/config/h8300/xm-h8300.h
+++ b/gcc/config/h8300/xm-h8300.h
@@ -24,10 +24,3 @@ Boston, MA 02111-1307, USA. */
#define HOST_BITS_PER_INT 16
#define HOST_BITS_PER_LONG 32
#define HOST_BITS_PER_LONGLONG 64
-
-/* If compiled with GNU C, use the built-in alloca */
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#else
-#define USE_C_ALLOCA
-#endif