mirror of https://github.com/flysand7/ciabatta.git
End of file newlines
This commit is contained in:
parent
9b13717b0d
commit
5ab103a4ef
|
@ -59,4 +59,4 @@ int _fedisabletraps(int excepts);
|
||||||
#if defined(_CIABATTA_EXT)
|
#if defined(_CIABATTA_EXT)
|
||||||
#define feenabletraps _feenabletraps
|
#define feenabletraps _feenabletraps
|
||||||
#define fedisabletraps _fedisabletraps
|
#define fedisabletraps _fedisabletraps
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -299,4 +299,3 @@ long double tgammal (long double);
|
||||||
double trunc (double);
|
double trunc (double);
|
||||||
float truncf (float);
|
float truncf (float);
|
||||||
long double truncl (long double);
|
long double truncl (long double);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue