# HG changeset patch # User Richard M. Stallman # Date 739171261 0 # Node ID 0b6fc4c478913df3a82fe2c5ee1db7210661c835 # Parent a6dde97d81662738b8d8f862a47a4d6f3d679f98 [__GNUC__ >= 2]: Don't include alloca.h. diff -r a6dde97d8166 -r 0b6fc4c47891 src/m/sparc.h --- a/src/m/sparc.h Fri Jun 04 05:20:16 1993 +0000 +++ b/src/m/sparc.h Fri Jun 04 05:21:01 1993 +0000 @@ -5,7 +5,7 @@ GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -81,7 +81,7 @@ in the file alloca.s should be used. */ #define HAVE_ALLOCA -#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */ +#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ #include #endif