changeset 11134:6f4c5a47520e

Don't include alloca.h if NOT_C_CODE.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Mar 1995 20:35:52 +0000
parents 119880025e8f
children 9ab21ef32537
files src/m/sparc.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/sparc.h	Mon Mar 27 16:05:57 1995 +0000
+++ b/src/m/sparc.h	Mon Mar 27 20:35:52 1995 +0000
@@ -82,9 +82,11 @@
    in the file alloca.s should be used.  */
 
 #define HAVE_ALLOCA
+#ifndef NOT_C_CODE
 #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly.  */
 #include <alloca.h>
 #endif
+#endif
 
 /* Must use the system's termcap, if we use any termcap.
    It does special things.  */