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:
3dee2d6
)
Fix c6bf6a65 - 64 bit big endian builds were broken.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 2 May 2010 15:19:00 +0000
(
01:19
+1000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 2 May 2010 15:21:55 +0000
(
01:21
+1000)
scope.c
patch
|
blob
|
blame
|
history
diff --git
a/scope.c
b/scope.c
index
2b00d34
..
f1d4db5
100644
(file)
--- a/
scope.c
+++ b/
scope.c
@@
-285,7
+285,7
@@
Perl_save_gp(pTHX_ GV *gv, I32 empty)
SSPUSHINT(SvFAKE(gv));
SSPUSHPTR(GvGP(gv));
SSPUSHPTR(SvREFCNT_inc(gv));
- SSPUSH
INT
(SAVEt_GP);
+ SSPUSH
UV
(SAVEt_GP);
/* Don't let the localized GV coerce into non-glob, otherwise we would
* not be able to restore GP upon leave from context if that happened */