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 /sv.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 'sv.h')
-rw-r--r-- | sv.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1523,6 +1523,10 @@ Like C<sv_setsv> but doesn't process magic. =for apidoc Am|void|sv_catsv_nomg|SV* dsv|SV* ssv Like C<sv_catsv> but doesn't process magic. +=for apidoc Amdb|STRLEN|sv_utf8_upgrade_nomg|NN SV *sv + +Like sv_utf8_upgrade, but doesn't do magic on C<sv> + =cut */ |