]> pd.if.org Git - pdclib/commitdiff
_PDCLIB_float.h: add newline at end of file
authorOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 00:33:42 +0000 (00:33 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 00:33:42 +0000 (00:33 +0000)
_PDCLIB_int.h: provide way to override choice of int64_t

internals/_PDCLIB_float.h
internals/_PDCLIB_int.h

index 62051e035aff7a90a804fe5b011320e3995699e0..a7305a455b19bb96567a6fb03ba0145ffd932d95 100644 (file)
@@ -90,4 +90,5 @@
 #define _PDCLIB_LDBL_MAX         ((long double) _PDCLIB_concat3( _PDCLIB_FP_, _PDCLIB_LDOUBLE_TYPE, _MAX ))\r
 #define _PDCLIB_LDBL_MAX_10_EXP  _PDCLIB_concat3( _PDCLIB_FP_, _PDCLIB_LDOUBLE_TYPE, _MAX_10_EXP )\r
 \r
-#endif
\ No newline at end of file
+#endif\r
+         
\ No newline at end of file
index 601525e110ac3d91840474a86f8fbe976c281106..53f6ae39443d9c415dea304e491a21db33e515cd 100644 (file)
@@ -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