mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
*** empty log message ***
This commit is contained in:
parent
b0787891e7
commit
6c5c8bbece
1 changed files with 5 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue