Re: [PATCH] math.h: Use reserved names for function parameters
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84szncSh1m0tWWkpUwsP2b2s=ymM88QqvWuDx-iznYmcQg@mail.gmail.com> |
Patch merged. -- Jeff J. On Fri, Jun 25, 2021 at 1:21 PM Jonathan Wakely <[email protected]> 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. > > >