OSDN Git Service

libiberty:
[pf3gnuchains/gcc-fork.git] / gcc / config / h8300 / xm-h8300.h
index 171faab..10a1269 100644 (file)
@@ -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