summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-12-22 23:22:12 +0000
committerEnache Adrian <enache@rdslink.ro>2003-12-22 23:22:12 +0000
commitdf91b2c56ff1b711bacf43bb03807cfa68f46eb0 (patch)
tree104ef2d16c1a623e3dc2a9df31a243b533107017 /opcode.pl
parent3de3296fe030c736fdb0cd3fba952c479e6bf141 (diff)
downloadperl-df91b2c56ff1b711bacf43bb03807cfa68f46eb0.tar.gz
re-fix [perl #24508] without speed regression.
keep an eye on this. p4raw-id: //depot/perl@21951
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 270e1549ce..e13d14de25 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -537,7 +537,7 @@ add addition (+) ck_null IfsT2 S S
i_add integer addition (+) ck_null ifsT2 S S
subtract subtraction (-) ck_null IfsT2 S S
i_subtract integer subtraction (-) ck_null ifsT2 S S
-concat concatenation (.) or string ck_concat fst2 S S
+concat concatenation (.) or string ck_concat fsT2 S S
stringify string ck_fun fsT@ S
left_shift left bitshift (<<) ck_bitop fsT2 S S