Get rid of alloca() warning for Solaris

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1450 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-01-17 20:14:38 +00:00
parent 3d6ac76629
commit 3f51b805d6
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)
# define alloca _alloca
# endif
#elif defined (__linux__)
#else
# include <alloca.h>
#endif
+1 -1
View File
@@ -139,7 +139,7 @@ typedef unsigned short mode_t;
# elif defined (_MSC_VER)
# define alloca _alloca
# endif
#elif defined (__linux__)
#else
# include <alloca.h>
#endif