|
825 | 825 | # define utf8n_to_uvchr_msgs Perl_utf8n_to_uvchr_msgs |
826 | 826 | # define uv_to_utf8(a,b) Perl_uv_to_utf8(aTHX_ a,b) |
827 | 827 | # define uv_to_utf8_flags(a,b,c) Perl_uv_to_utf8_flags(aTHX_ a,b,c) |
828 | | -# define uv_to_utf8_msgs(a,b,c,d) Perl_uv_to_utf8_msgs(aTHX_ a,b,c,d) |
829 | 828 | # define uvoffuni_to_utf8_flags_msgs(a,b,c,d) Perl_uvoffuni_to_utf8_flags_msgs(aTHX_ a,b,c,d) |
830 | 829 | # define valid_identifier_pve(a,b,c) Perl_valid_identifier_pve(aTHX_ a,b,c) |
831 | 830 | # define valid_identifier_pvn(a,b,c) Perl_valid_identifier_pvn(aTHX_ a,b,c) |
|
2259 | 2258 | # define PerlIO_write(a,b,c) Perl_PerlIO_write(aTHX_ a,b,c) |
2260 | 2259 | # endif /* defined(USE_PERLIO) */ |
2261 | 2260 | # if defined(USE_THREADS) |
| 2261 | +# define Perl_uv_to_utf8_msgs(mTHX,a,b,c,d) uv_to_utf8_msgs(a,b,c,d) |
2262 | 2262 | # define thread_locale_init() Perl_thread_locale_init(aTHX) |
2263 | 2263 | # define thread_locale_term() Perl_thread_locale_term(aTHX) |
| 2264 | +# else |
| 2265 | +# define Perl_uv_to_utf8_msgs uv_to_utf8_msgs |
2264 | 2266 | # endif |
2265 | 2267 | # if defined(VMS) || defined(WIN32) |
2266 | 2268 | # define do_aspawn(a,b,c) Perl_do_aspawn(aTHX_ a,b,c) |
|
0 commit comments