diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/sparc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h index 7b708b954b5..30937171bea 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -59,14 +59,6 @@ NOTE-END */ | |||
| 59 | 59 | ||
| 60 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) | 60 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) |
| 61 | 61 | ||
| 62 | /* Define C_ALLOCA if this machine does not support a true alloca | ||
| 63 | and the one written in C should be used instead. | ||
| 64 | Define HAVE_ALLOCA to say that the system provides a properly | ||
| 65 | working alloca function and it should be used. | ||
| 66 | Define neither one if an assembler-language alloca | ||
| 67 | in the file alloca.s should be used. */ | ||
| 68 | |||
| 69 | #define HAVE_ALLOCA | ||
| 70 | #ifndef NOT_C_CODE | 62 | #ifndef NOT_C_CODE |
| 71 | #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ | 63 | #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ |
| 72 | #include <alloca.h> | 64 | #include <alloca.h> |