c99_alloca.h: add case for __sun
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
|
||||
# define alloca _alloca
|
||||
|
||||
#elif defined(__sun)
|
||||
|
||||
# include <alloca.h>
|
||||
|
||||
#else /* !defined(_MSC_VER) */
|
||||
|
||||
# include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user