summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-27 09:26:09 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-27 09:26:09 +0100
commit6a71721dfccd239c818c4403e1d0f62568633088 (patch)
tree4b9d80cacc9b03b61a7fe7ca555bff8c2c6f1860 /proto.h
parent2779b694b3fbb69a13c300a6e239e050151abf6d (diff)
downloadperl-6a71721dfccd239c818c4403e1d0f62568633088.tar.gz
Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc
This is only a macro, without a Perl_ implementation. Hopefully this fixes the Win32 build.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 06e305b5b9..62ddce4ff0 100644
--- a/proto.h
+++ b/proto.h
@@ -3969,7 +3969,7 @@ 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)
+/* PERL_CALLCONV STRLEN sv_utf8_upgrade_nomg(pTHX_ SV *sv)
__attribute__nonnull__(pTHX_1); */
#define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE_NOMG \
assert(sv)