From f08e0584288c021de71ecd212ba86a45c8f96a5b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 26 Dec 2008 23:27:46 +0100 Subject: Regen docs and headers Necessary after change fe749c9aa803ce74d997ff797103481a55741837 --- proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 3ec32c5dd2..06e305b5b9 100644 --- a/proto.h +++ b/proto.h @@ -3969,6 +3969,11 @@ PERL_CALLCONV void Perl_reginitcolors(pTHX); #define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE \ assert(sv) +/* PERL_CALLCONV STRLEN Perl_sv_utf8_upgrade_nomg(pTHX_ SV *sv) + __attribute__nonnull__(pTHX_1); */ +#define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE_NOMG \ + assert(sv) + PERL_CALLCONV bool Perl_sv_utf8_downgrade(pTHX_ SV *const sv, const bool fail_ok) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_SV_UTF8_DOWNGRADE \ -- cgit v1.2.1