Use <> for math.h and math_private.h everywhere.

Entire tree edited via find | grep | sed.
This commit is contained in:
Richard Henderson 2012-03-09 11:30:44 -08:00
parent ab84e3ff9c
commit e038d690b4
13 changed files with 25 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2012-03-09 Richard Henderson <rth@twiddle.net>
* sysdeps/hppa/hppa1.1/s_signbit.c: Use <> to include math_private.h.
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
[BZ #13673]

View File

@ -1,3 +1,12 @@
2012-03-09 Richard Henderson <rth@twiddle.net>
* m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h.
* m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise.
* m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise.
* m68k/m680x0/fpu/s_fpclassifyl.c, m68k/m680x0/fpu/s_llrint.c: Likewise.
* m68k/m680x0/fpu/s_llrintf.c, m68k/m680x0/fpu/s_llrintl.c: Likewise.
* m68k/m680x0/fpu/s_nextafterl.c: Likewise.
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
[BZ #13673]

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
int
__signbit (double x)

View File

@ -16,7 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
#ifndef FUNC

View File

@ -16,7 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
#ifndef SUFF

View File

@ -16,7 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
#ifndef FUNC

View File

@ -16,7 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
#ifndef SUFF

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
#ifndef SUFF

View File

@ -20,7 +20,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
int

View File

@ -19,7 +19,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
long long int

View File

@ -19,7 +19,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
long long int

View File

@ -19,7 +19,7 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include "mathimpl.h"
long long int

View File

@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $";
* Special cases:
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
long double __nextafterl(long double x, long double y)
{