mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Don't define
alloca.
This commit is contained in:
parent
5067721060
commit
615833d2c3
@ -81,8 +81,3 @@ Boston, MA 02111-1307, USA. */
|
||||
#define NO_REMAP
|
||||
#define TEXT_START 0
|
||||
#endif
|
||||
|
||||
/* If compiling with GCC, let GCC implement alloca. */
|
||||
#if defined(__GNUC__) && !defined(alloca)
|
||||
#define alloca(n) __builtin_alloca(n)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user