c99_alloca.h: add case for __sun

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Brian Paul 2015-03-03 08:09:21 -07:00
parent 80c5bd7ef0
commit 5ece288876

View File

@ -35,6 +35,10 @@
# define alloca _alloca
#elif defined(__sun)
# include <alloca.h>
#else /* !defined(_MSC_VER) */
# include <stdlib.h>