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=315a0e363b44b38bffc2dc4bd97840db55df05a4;hp=64d921967de5465ce795da8beabfcf10ebe1f924;hb=28560df1b632539d7133749626b69ca4b91ea1e6;hpb=310c24160b52d6f09e5a9a6d935a2f60b5826e2a diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 64d9219..315a0e3 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -384,7 +384,7 @@ typedef struct _PDCLIB_mbstate { } _PDCLIB_mbstate_t; typedef struct _PDCLIB_charcodec _PDCLIB_charcodec_t; -typedef struct _PDCLIB_locale _PDCLIB_locale_t; +typedef struct _PDCLIB_locale *_PDCLIB_locale_t; typedef struct lconv _PDCLIB_lconv_t; /* -------------------------------------------------------------------------- */