More compatible handling of alloca.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1455 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ typedef unsigned short mode_t;
|
||||
# elif defined (_MSC_VER)
|
||||
# define alloca _alloca
|
||||
# endif
|
||||
#else
|
||||
#elif defined(__linux__) || defined(__svr4__)
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user