Merge pull request #11061 from fjtrujy/PS2PRI_SIZET

Fix issue with the PS2 and PRI_SIZET
This commit is contained in:
Autechre 2020-07-21 12:59:09 +02:00 committed by GitHub
commit cdc7327e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ typedef struct
# define PRI_SIZET "u"
# endif
# endif
#elif PS2
#elif defined(PS2)
# define PRI_SIZET "u"
#else
# if (SIZE_MAX == 0xFFFF)