From 37f35c82fab1cb2c1203678e622c83dc2ba58f83 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 18:06:53 -0400 Subject: adjust to new file names --- src/math/_tgmath.h | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'src/math/_tgmath.h') diff --git a/src/math/_tgmath.h b/src/math/_tgmath.h index 0d6c9551..1feea423 100644 --- a/src/math/_tgmath.h +++ b/src/math/_tgmath.h @@ -34,34 +34,38 @@ #define TGHUGE HUGE_VAL #ifndef FP_ZERO -#include "FP_ZERO.c" +#include "FP_ZERO.h" #endif #ifndef FP_INFINITE -#include "FP_INFINITE.c" +#include "FP_INFINITE.h" #endif #ifndef FP_NAN -#include "FP_NAN.c" +#include "FP_NAN.h" +#endif + +#ifndef FP_NORMAL +#include "FP_NORMAL.h" #endif #ifndef NAN -#include "NAN.c" +#include "NAN.h" #endif #ifndef INFINITY -#include "INFINITY.c" +#include "INFINITY.h" #endif #undef feraiseexcept #define feraiseexcept(_) #ifndef fpclassify -#include "fpclassify.c" +#include "fpclassify.h" #endif #ifndef signbit -#include "signbit.c" +#include "signbit.h" #endif #ifndef copysign @@ -69,11 +73,11 @@ #endif #ifndef M_PI -#include "M_PI.c" +#include "M_PI.h" #endif #ifndef M_PI_2 -#include "M_PI_2.c" +#include "M_PI_2.h" #endif #endif -- cgit v1.2.1