Re: style(5) proposal: forbid extern in .c

2023-03-28 Thread Jason Thorpe
> On Mar 28, 2023, at 5:53 PM, Roland Illig wrote: > > Am 15.03.2023 um 16:40 schrieb Jason Thorpe: >> >>> On Mar 15, 2023, at 4:23 AM, Taylor R Campbell >>> wrote: >>> >>> Proposal: Forbid extern declarations in .c files. >>> >>> extern declarations in .c files invite easily avoided bugs

Re: style(5) proposal: forbid extern in .c

2023-03-28 Thread Roland Illig
Am 15.03.2023 um 16:40 schrieb Jason Thorpe: On Mar 15, 2023, at 4:23 AM, Taylor R Campbell wrote: Proposal: Forbid extern declarations in .c files. extern declarations in .c files invite easily avoided bugs where the definition and use have mismatched types, because the compiler doesn't ha