]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include alloca.h if NOT_C_CODE.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Mar 1995 20:35:52 +0000 (20:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Mar 1995 20:35:52 +0000 (20:35 +0000)
src/m/sparc.h

index 0deb1e39df7b6882f7b93fb645d2b8399df97268..da7af349fb2d6bca8b0e9b25f12d2a589ec60996 100644 (file)
@@ -82,9 +82,11 @@ NOTE-END  */
    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.  */