X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;fp=internals%2F_PDCLIB_int.h;h=53f6ae39443d9c415dea304e491a21db33e515cd;hp=601525e110ac3d91840474a86f8fbe976c281106;hb=40687bb663827e670d67f4d610399e99ba8c5fca;hpb=62024711e10c2b27e097e0e8876689ae6187e28d 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