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:
98cce6e
)
gv.c:S_require_tie_mod: remove SPAGAIN
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 4 Nov 2012 22:39:07 +0000
(14:39 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 5 Nov 2012 06:45:34 +0000
(22:45 -0800)
We are not using SP after this point.
gv.c
patch
|
blob
|
history
diff --git
a/gv.c
b/gv.c
index
cf02ca4
..
612b2ee
100644
(file)
--- a/
gv.c
+++ b/
gv.c
@@
-1245,7
+1245,6
@@
S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const char *methp
Perl_load_module(aTHX_ PERL_LOADMOD_NOIMPORT, module, NULL);
POPSTACK;
LEAVE;
- SPAGAIN;
stash = gv_stashsv(namesv, 0);
if (!stash)
Perl_croak(aTHX_ "panic: Can't use %c%c because %"SVf" is not available",