[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fun with c23
From: |
Gavin Smith |
Subject: |
Re: fun with c23 |
Date: |
Fri, 9 Aug 2024 21:09:29 +0100 |
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.