From: Owen Shepherd Date: Thu, 27 Dec 2012 00:33:42 +0000 (+0000) Subject: _PDCLIB_float.h: add newline at end of file X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=789133b7542081f28286771c8a28bedaa7421f23 _PDCLIB_float.h: add newline at end of file _PDCLIB_int.h: provide way to override choice of int64_t --- diff --git a/internals/_PDCLIB_float.h b/internals/_PDCLIB_float.h index 62051e0..a7305a4 100644 --- a/internals/_PDCLIB_float.h +++ b/internals/_PDCLIB_float.h @@ -90,4 +90,5 @@ #define _PDCLIB_LDBL_MAX ((long double) _PDCLIB_concat3( _PDCLIB_FP_, _PDCLIB_LDOUBLE_TYPE, _MAX )) #define _PDCLIB_LDBL_MAX_10_EXP _PDCLIB_concat3( _PDCLIB_FP_, _PDCLIB_LDOUBLE_TYPE, _MAX_10_EXP ) -#endif \ No newline at end of file +#endif + \ No newline at end of file diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 601525e..53f6ae3 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -162,7 +162,7 @@ typedef unsigned long _PDCLIB_uint32_t; #endif /* Setting 'int64_t', its limits, its literal, and conversion macros. */ -#if _PDCLIB_LONG_BYTES == 8 +#if _PDCLIB_LONG_BYTES == 8 && !defined(_PDCLIB_INT64_IS_LLONG) typedef signed long _PDCLIB_int64_t; typedef unsigned long _PDCLIB_uint64_t; #define _PDCLIB_INT64_MAX _PDCLIB_LONG_MAX