mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Fix default type for alloca
argument
This commit is contained in:
parent
902896eb76
commit
ab052f65ec
@ -45,7 +45,7 @@
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
# if !defined(ALLOCA_ARG_T)
|
||||
# define ALLOCA_ARG_T int /* the usual type of the alloca argument */
|
||||
# define ALLOCA_ARG_T size_t /* the usual type of the alloca argument */
|
||||
# endif
|
||||
|
||||
# define ALLOC_ONSTACK(name, type, nelems) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user