Fix default type for alloca argument

This commit is contained in:
Peter Hill 2024-03-06 14:41:11 +00:00
parent 902896eb76
commit ab052f65ec
No known key found for this signature in database
GPG Key ID: 0C6B9742E72848EE

View File

@ -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) \