]> git.eshelyaron.com Git - emacs.git/commitdiff
If NOT_C_CODE, don't include alloca.h.
authorKarl Heuer <kwzh@gnu.org>
Wed, 14 Jun 1995 18:48:28 +0000 (18:48 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 14 Jun 1995 18:48:28 +0000 (18:48 +0000)
src/m/intel386.h

index bbe727f412cb00ce8ca453d620e0075b333a265a..225ab071805c70eae86229c23a0f76002deb90af 100644 (file)
@@ -128,9 +128,11 @@ NOTE-END */
 #else /* SOLARIS2_4 */
 #ifndef __GNUC__
 #define C_SWITCH_MACHINE -Xa
+#ifndef NOT_C_CODE
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif /* HAVE_ALLOCA_H */
+#endif /* not NOT_C_CODE */
 #endif /* not __GNUC__ */
 #endif /* SOLARIS2_4 */