Changes between Version 10 and Version 11 of WimplicitFunctionDeclaration


Ignore:
Timestamp:
May 20, 2023, 12:18:28 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Make strchr anchor less obtrusive

Legend:

Unmodified
Added
Removed
Modified
  • WimplicitFunctionDeclaration

    v10 v11  
    237237
    238238== Add names to whitelist via Portfile ==
    239 [=#strchr]
    240 
    241 Sometimes the reason why implicit function declaration(s) should be allowed is not general to a macOS version but is specific to a port. The most common instance of this is that recent versions of autoconf deliberately try to use `strchr` without including the right header in order to see how the compiler reacts to that:
     239
     240Sometimes the reason why implicit function declaration(s) should be allowed is not general to a macOS version but is specific to a port. The most common instance of this is that recent versions of autoconf deliberately try to use [=#strchr `strchr`] without including the right header in order to see how the compiler reacts to that:
    242241
    243242{{{