]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: include header to declare isalpha in adaint
authorAlexandre Oliva <oliva@adacore.com>
Thu, 17 Apr 2025 04:18:30 +0000 (01:18 -0300)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 30 Jun 2025 13:47:20 +0000 (15:47 +0200)
commitc2f5914bc6796263798899c6cb1ef4ebfc559ec5
treec6b1abaa04cde0568bf95c23c0324ac228bf30d3
parent6e3b7d9476a115da19735d6f9fe811a416087af2
ada: include header to declare isalpha in adaint

A vxworks-specific part of adaint.c calls isalpha without including
ctype.h.  gcc-14 rejects calls of undeclared functions.  Include the
required header file when compiling for vxworks.

gcc/ada/ChangeLog:

* adaint.c [__vxworks]: Include ctype.h.
gcc/ada/adaint.c