[PATCH] math.h: Use reserved names for function parameters

Jeff Johnston jjohnstn@redhat.com
Fri Jun 25 20:49:38 GMT 2021


Patch merged.

-- Jeff J.

On Fri, Jun 25, 2021 at 1:21 PM Jonathan Wakely <jwakely@redhat.com> wrote:

> Similar to 4c49accf8997da21be19be0396b2a88f33b9f949 and
> 615cf4bdce0de86e57bdc27e008a35dd713e483f this avoids the use of
> non-reserved names as function parameters. For this function the
> parameter names do actually provide useful information, because
> without the names it's not clear which parameter is the numerator and
> which the denominator.  So rather than just remove the names, this
> prefixes them with double-underscores.
>
>
>


More information about the Newlib mailing list