*** empty log message ***

This commit is contained in:
Richard M. Stallman
1993-09-10 13:41:02 +00:00
parent 5fcfb6e7fb
commit 854c029b15

View File

@@ -29,7 +29,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "state.h" #include "state.h"
#ifdef __GNUC__ #ifndef __GNUC__
#undef alloca
#define alloca __builtin_alloca #define alloca __builtin_alloca
#else #else
#ifdef HAVE_ALLOCA_H #ifdef HAVE_ALLOCA_H