*** empty log message ***

This commit is contained in:
Roland McGrath 1993-08-11 07:27:10 +00:00
parent 3cc0c7306a
commit 869ec1b877

View file

@ -25,7 +25,10 @@
#include "config.h"
#endif
/* If compiling with GCC, this file's not needed. */
/* If compiling with GCC 2, this file's not needed. */
#if defined (__GNUC__) && __GNUC__ >= 2
/* If someone has defined alloca as a macro,
there must be some other way alloca is supposed to work. */
#ifndef alloca
#ifdef emacs
@ -473,3 +476,4 @@ i00afunc (long address)
#endif /* CRAY */
#endif /* no alloca */
#endif /* not GCC version 2 */