mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
Remove SDL_stdinc.h dependency on HAVE_ALLOCA
Assume alloca() is available on all modern systems
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
#ifdef HAVE_FLOAT_H
|
#ifdef HAVE_FLOAT_H
|
||||||
# include <float.h>
|
# include <float.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_ALLOCA) && !defined(alloca)
|
#if !defined(alloca)
|
||||||
# if defined(HAVE_ALLOCA_H)
|
# if defined(HAVE_ALLOCA_H)
|
||||||
# include <alloca.h>
|
# include <alloca.h>
|
||||||
# elif defined(__GNUC__)
|
# elif defined(__GNUC__)
|
||||||
|
Reference in New Issue
Block a user