summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-15 19:27:54 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 04:12:05 +0000
commita9f58cadb705f6c8610a5b7e21bcd43f3dec6756 (patch)
tree38865930fc4669031384d65b254de6cf7e767a08 /opcode.pl
parent9a40db4d28396def5ff66694936971da4bd71c0f (diff)
downloadperl-a9f58cadb705f6c8610a5b7e21bcd43f3dec6756.tar.gz
fix bogus integerization of pop()'s return value
Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> Subject: Re: Complex expression does integer arithmetic p4raw-id: //depot/perl@1810
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index f2ed795fd4..f9c7503019 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -432,7 +432,7 @@ anonhash anonymous hash ck_fun ms@ L
splice splice ck_fun m@ A S? S? L
push push ck_fun imst@ A L
-pop pop ck_shift si% A
+pop pop ck_shift s% A
shift shift ck_shift s% A
unshift unshift ck_fun imst@ A L
sort sort ck_sort m@ C? L