On Fri, Aug 09, 2024 at 12:33:54PM +0200, Patrice Dumas wrote: > On Fri, Aug 09, 2024 at 10:23:53AM +0100, Gavin Smith wrote: > > On Thu, Aug 08, 2024 at 11:36:18PM -0600, Jeffrey Cliff wrote: > > > tl;dr c23 changes break compilation. 2 small patches > > > > > 2) because there's a *whole bunch* of functions declared as VFunctions > > > with various kinds of arguments (for example cmd in echo-area.c and > > > m-x.c 's command-func) > > > > There has already been some reduction in the use of VFunction on the > > "master" branch. Now it is only used in terminal.c. It should be > > straightforward to declare the types of the function parameters for > > the remaining use. > > I already proposed a patch for VFunction use in terminal.c: > https://lists.gnu.org/archive/html/bug-texinfo/2024-06/msg00050.html
Thanks, I saw you committed what was left of your patch to pcterm.c to remove the "K&R style" function declarations.