]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_int.h
PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for...
[pdclib.old] / internals / _PDCLIB_int.h
index e9de2e4695fc0ab588c629ebce02e12ff94a15de..c0bbe00fe58d8c7e20e8ffa1ead947e1ae77f341 100644 (file)
@@ -418,12 +418,4 @@ struct _PDCLIB_ctype_t
     unsigned char collation;
 };
 
-/* -------------------------------------------------------------------------- */
-/* mbstate_t                                                                  */
-/* -------------------------------------------------------------------------- */
-
-typedef struct _PDCLIB_mbstate_t {
-    _PDCLIB_uint32_t st[4];
-} _PDCLIB_mbstate_t;
-
 #endif