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:
meep-eep
2005-01-18 09:04:06 +00:00
parent 169e7986b3
commit 1f34d4e5cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ typedef unsigned short mode_t;
# elif defined (_MSC_VER) # elif defined (_MSC_VER)
# define alloca _alloca # define alloca _alloca
# endif # endif
#else #elif defined(__linux__) || defined(__svr4__)
# include <alloca.h> # include <alloca.h>
#endif #endif
+1 -1
View File
@@ -152,7 +152,7 @@ typedef unsigned short mode_t;
# elif defined (_MSC_VER) # elif defined (_MSC_VER)
# define alloca _alloca # define alloca _alloca
# endif # endif
#else #elif defined(__linux__) || defined(__svr4__)
# include <alloca.h> # include <alloca.h>
#endif #endif