summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-31 14:06:15 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-31 22:03:40 -0800
commit26b17dd21e4aedef224e009510eebb11d2256d3a (patch)
tree78d1ecc4f6ba7c4b907dceb7224cdf1c989cf21c /embed.fnc
parent8e0a1bb9cff8cd2454b2ecbc25a56649bba360bd (diff)
downloadperl-26b17dd21e4aedef224e009510eebb11d2256d3a.tar.gz
Remove context param from sv_get_backrefs
v5.21.7-83-geaab564 added sv_get_backrefs. v5.21.7-90-g8fbcb65 removed the one use of aTHX.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 41b00871fa..cfe634ff5d 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1792,7 +1792,7 @@ Apdmb |void |sv_force_normal|NN SV *sv
Apd |void |sv_force_normal_flags|NN SV *const sv|const U32 flags
pX |SSize_t|tmps_grow_p |SSize_t ix
Apd |SV* |sv_rvweaken |NN SV *const sv
-ApPMd |SV* |sv_get_backrefs|NN SV *const sv
+AnpPMd |SV* |sv_get_backrefs|NN SV *const sv
: This is indirectly referenced by globals.c. This is somewhat annoying.
p |int |magic_killbackrefs|NN SV *sv|NN MAGIC *mg
Ap |OP* |newANONATTRSUB |I32 floor|NULLOK OP *proto|NULLOK OP *attrs|NULLOK OP *block