diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-12-19 22:40:30 -0600 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-12-19 22:40:30 -0600 |
commit | dc96081217a267e72cb4c28ba8c95ca5811a4b9d (patch) | |
tree | 7b3476a1700aa0a4c7928b5f40e2f25d627b7b1a /proto.h | |
parent | 985dc10ab33c95586dcbba902505c7460cbcf5e3 (diff) | |
download | perl-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 \ |