diff options
Diffstat (limited to 'gcc/config/xm-interix.h')
| -rw-r--r-- | gcc/config/xm-interix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/xm-interix.h b/gcc/config/xm-interix.h index d3b9b27..4ba9a29 100644 --- a/gcc/config/xm-interix.h +++ b/gcc/config/xm-interix.h @@ -31,11 +31,6 @@ Boston, MA 02111-1307, USA. */ #endif #endif -/* If not compiled with GNU C, use the portable alloca. */ -#ifndef __GNUC__ -#define USE_C_ALLOCA 1 -#endif - /* Our strategy for finding global constructors is a bit different, although not a lot. */ #define DO_GLOBAL_CTORS_BODY \ |
