Noticed trivial syntax errors in gcc/ada/expect.c when tried to compile gcc 13.2 as cross-compiler for target i686-pc-msdosdjgpp. Errors were there since Tiedostossa, joka sisällytettiin kohdasta expect.c:54: expect.c:Funktio ”__gnat_waitpid”: expect.c:353:13:virhe: expected ”(” before numeric constant  353 |   } else if WIFSTOPPED(status) {      | ^~~~~~~~~~ expect.c:358:1:varoitus: ei-void-tyyppisen funktion loppu saavutettu [-Wreturn-type]  358 | }      | ^ make[5]: *** [../gcc-interface/Makefile:297: expect.o] Error 1 Errors were there since commit 9e6274e0a3b60e77a42784c3fb6ef2aa3cfc071a(Wed Dec 15 19:26:50 2021 +0600) Fixing these errors (attached patch for master branch) was not sufficient for building Ada cross-compiler, but it fixed compiler errors. This would perhaps qualify for trivial change, but it seems that I no more have write access (I got it in 2015, but have not used it for a long time. Perhaps I do not really need it) Andris