> 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
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