Print this page
5261 libm should stop using synonyms.h
5298 fabs is 0-sized, confuses dis(1) and others
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Gordon Ross <gwr@nexenta.com>

*** 65,75 **** * Only decimal values are given. We assume that the compiler will convert * from decimal to binary accurately enough to produce the correct * hexadecimal values. */ ! #pragma weak expl = __expl #include "libm.h" extern const long double _TBL_expl_hi[], _TBL_expl_lo[]; --- 65,75 ---- * Only decimal values are given. We assume that the compiler will convert * from decimal to binary accurately enough to produce the correct * hexadecimal values. */ ! #pragma weak __expl = expl #include "libm.h" extern const long double _TBL_expl_hi[], _TBL_expl_lo[];