c99_alloca.h: add case for __sun
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
80c5bd7ef0
commit
5ece288876
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
|||
|
||||
# define alloca _alloca
|
||||
|
||||
#elif defined(__sun)
|
||||
|
||||
# include <alloca.h>
|
||||
|
||||
#else /* !defined(_MSC_VER) */
|
||||
|
||||
# include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue