On 7/30/20 6:58 AM, Koichi Sakata wrote:
> I just formatted the patch to be same as the other code.
> 
> Moreover, I saw the following code in k_standard.c.
> 
> if (_LIB_VERSION == _SVID_)
>    exc.retval = zero;
> else
>    exc.retval = zero/zero;
> 
> Do we need to do like that in this patch? It seems to be related to the 
> old matherr(), but I'm not sure about that.

We don't need it; this is ancient history. Nonetheless, feel free to
be consistent with the old style. I'll approve it.

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671

Reply via email to