summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-26 23:27:46 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-26 23:28:07 +0100
commitf08e0584288c021de71ecd212ba86a45c8f96a5b (patch)
tree1c913a12f52162921f0d248d2630a0dc98a23930 /proto.h
parent42bde815c4743d7e164d2e70c98a6b86a79906b9 (diff)
downloadperl-f08e0584288c021de71ecd212ba86a45c8f96a5b.tar.gz
Regen docs and headers
Necessary after change fe749c9aa803ce74d997ff797103481a55741837
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
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 \