summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-12-19 22:40:30 -0600
committerSteve Peters <steve@fisharerojo.org>2008-12-19 22:40:30 -0600
commitdc96081217a267e72cb4c28ba8c95ca5811a4b9d (patch)
tree7b3476a1700aa0a4c7928b5f40e2f25d627b7b1a /proto.h
parent985dc10ab33c95586dcbba902505c7460cbcf5e3 (diff)
downloadperl-dc96081217a267e72cb4c28ba8c95ca5811a4b9d.tar.gz
It looks like the previous patch is working fine on UNIXish boxes,
but is failing on Windows. Anyways sv_utf8_upgrade_nomg() is a macro anyways, so moving the documentation to sv.h.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index bf5e1ac9bb..f1526352a9 100644
--- a/proto.h
+++ b/proto.h
@@ -3969,11 +3969,6 @@ 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 \