mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 23:41:13 +00:00
c99_alloca.h: add case for __sun
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
80c5bd7ef0
commit
5ece288876
@ -35,6 +35,10 @@
|
||||
|
||||
# define alloca _alloca
|
||||
|
||||
#elif defined(__sun)
|
||||
|
||||
# include <alloca.h>
|
||||
|
||||
#else /* !defined(_MSC_VER) */
|
||||
|
||||
# include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user