This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
eca111b
)
Note SV_UTF8_NO_ENCODING exists, but deprecated
author
Karl Williamson
<khw@cpan.org>
Wed, 22 Jul 2020 23:21:13 +0000
(17:21 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 15 Aug 2020 12:13:58 +0000
(06:13 -0600)
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
6027f94
..
91cc39c
100644
(file)
--- 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