]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/stdinit.c
Pointer typedef resulted in non-const structure where const was intended.
[pdclib] / platform / example / functions / _PDCLIB / stdinit.c
index 6481c38cc622749d653351f46085ff004015f9d7..986073e2d87fc46a3ba28e2d11f03a99e13b02bc 100644 (file)
@@ -340,7 +340,7 @@ static const _PDCLIB_ctype_t global_ctype[] = {
     { 0x00, 0xFF, 0xFF, 0xFF }
 };
 
-extern const struct _PDCLIB_charcodec _PDCLIB_ascii_codec;
+extern const struct _PDCLIB_charcodec_t _PDCLIB_ascii_codec;
 struct _PDCLIB_locale _PDCLIB_global_locale = {
     ._Codec = &_PDCLIB_ascii_codec,
     ._Conv  = {