X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=c0bbe00fe58d8c7e20e8ffa1ead947e1ae77f341;hb=effb3189773dc441285c056abf1ea78276698cb8;hp=601525e110ac3d91840474a86f8fbe976c281106;hpb=4d370df40a158608ebdf21336b73ec5835435201;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 601525e..c0bbe00 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 @@ -418,12 +418,4 @@ struct _PDCLIB_ctype_t unsigned char collation; }; -/* -------------------------------------------------------------------------- */ -/* mbstate_t */ -/* -------------------------------------------------------------------------- */ - -struct _PDCLIB_mbstate_t { - _PDCLIB_uint32_t st[4]; -}; - #endif