projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b261962
)
Remove the variables stash and export_ok from the BOOT block in B.xs
author
Nicholas Clark
<nick@ccl4.org>
Sun, 31 Oct 2010 09:31:31 +0000
(09:31 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 31 Oct 2010 09:31:31 +0000
(09:31 +0000)
These are no longer needed since commit
b1826b71659a2c08
changed how B was
generating its exported constants.
ext/B/B.xs
patch
|
blob
|
history
diff --git
a/ext/B/B.xs
b/ext/B/B.xs
index
a98f765
..
872d399
100644
(file)
--- a/
ext/B/B.xs
+++ b/
ext/B/B.xs
@@
-597,8
+597,6
@@
PROTOTYPES: DISABLE
BOOT:
{
- HV *stash = gv_stashpvs("B", GV_ADD);
- AV *export_ok = perl_get_av("B::EXPORT_OK", GV_ADD);
MY_CXT_INIT;
specialsv_list[0] = Nullsv;
specialsv_list[1] = &PL_sv_undef;