Re: [RFC v1] c: Deprecate more than one list of forward declarations of parameters

2025-09-08 Thread Alejandro Colomar
Hi Joseph, On Mon, Sep 08, 2025 at 09:21:20PM +, Joseph Myers wrote: > On Sat, 6 Sep 2025, Alejandro Colomar wrote: > > > While this syntax is not standard, there's a certain degree of consensus > > within the C Committee that, if this was ever standardized, there's a > > preference to have a

Re: [RFC v1] c: Deprecate more than one list of forward declarations of parameters

2025-09-08 Thread Joseph Myers
On Sat, 6 Sep 2025, Alejandro Colomar wrote: > While this syntax is not standard, there's a certain degree of consensus > within the C Committee that, if this was ever standardized, there's a > preference to have a single list of forward declarations of parameters. I think that's exaggerating con

Re: [RFC v1] c: Deprecate more than one list of forward declarations of parameters

2025-09-07 Thread Christopher Bazley
On 06/09/2025 15:36, Alejandro Colomar wrote: While this syntax is not standard, there's a certain degree of consensus within the C Committee that, if this was ever standardized, there's a preference to have a single list of forward declarations of parameters. This would allow eventually adding

[RFC v1] c: Deprecate more than one list of forward declarations of parameters

2025-09-06 Thread Alejandro Colomar
While this syntax is not standard, there's a certain degree of consensus within the C Committee that, if this was ever standardized, there's a preference to have a single list of forward declarations of parameters. This would allow eventually adding another semicolon in function prototypes to separ