This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clearify "build, test and check a fresh perl" instructions
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 5bc2424..d8978c6 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -4564,6 +4564,7 @@ PERL_CALLCONV U8* Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *len)
        assert(s); assert(len)
 
 PERL_CALLCONV UV       Perl_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN *retlen)
+                       __attribute__deprecated__
                        __attribute__nonnull__(pTHX_1);
 #define PERL_ARGS_ASSERT_UTF8_TO_UVCHR \
        assert(s)
@@ -4575,6 +4576,7 @@ PERL_CALLCONV UV  Perl_utf8_to_uvchr_buf(pTHX_ const U8 *s, const U8 *send, STRLE
        assert(s); assert(send)
 
 PERL_CALLCONV UV       Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
+                       __attribute__deprecated__
                        __attribute__nonnull__(pTHX_1);
 #define PERL_ARGS_ASSERT_UTF8_TO_UVUNI \
        assert(s)