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
(parent:
e737904
)
hv.h: remove obsolete comment
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 30 Nov 2011 04:08:51 +0000
(20:08 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 30 Nov 2011 04:08:51 +0000
(20:08 -0800)
This comment was made obsolete by commit
bc5cdc2388
.
hv.h
patch
|
blob
|
blame
|
history
diff --git
a/hv.h
b/hv.h
index
64eb511
..
2058fcd
100644
(file)
--- a/
hv.h
+++ b/
hv.h
@@
-452,7
+452,6
@@
C<SV*>.
#define hv_magic(hv, gv, how) sv_magic(MUTABLE_SV(hv), MUTABLE_SV(gv), how, NULL, 0)
#define hv_undef(hv) Perl_hv_undef_flags(aTHX_ hv, 0)
-/* available as a function in hv.c */
#define Perl_sharepvn(sv, len, hash) HEK_KEY(share_hek(sv, len, hash))
#define sharepvn(sv, len, hash) Perl_sharepvn(sv, len, hash)