Skip to content

Update Xalloca.h to reduce compiler warnings:

Thomas E. Dickey requested to merge dickey/xorgproto:fix-alloca-prototype into master

The parameter for alloca() was "int" for the (long-obsolete) SunOS 4. In Solaris and anything newer than the early 1990s, it is "size_t".

Signed-off-by: Thomas E. Dickey dickey@invisible-island.net

Merge request reports