summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 17:21:13 -0600
committerKarl Williamson <khw@cpan.org>2020-08-15 06:13:58 -0600
commit49e7c4227f754c124080e76c1e6898c15ba1a195 (patch)
tree0e2928b36ba05aa37e1b340ece4e2e636ee89088 /sv.h
parenteca111b3d8ea1c49e523fe5d789a2fe4d7e6c2a1 (diff)
downloadperl-49e7c4227f754c124080e76c1e6898c15ba1a195.tar.gz
Note SV_UTF8_NO_ENCODING exists, but deprecated
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 6027f947e1..91cc39c7aa 100644
--- a/sv.h
+++ b/sv.h
@@ -1911,6 +1911,13 @@ Like C<sv_catsv> but doesn't process magic.
/* flag values for sv_*_flags functions */
#define SV_UTF8_NO_ENCODING 0 /* No longer used */
+
+/*
+=for apidoc AmnhD||SV_UTF8_NO_ENCODING
+
+=cut
+*/
+
#define SV_IMMEDIATE_UNREF 1
#define SV_GMAGIC 2
#define SV_COW_DROP_PV 4