summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-11-30 19:22:10 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-01 11:52:24 +0000
commitfc7325bb0fcb956b1876bcf7f14d8081004dc791 (patch)
treec26c7cc360de35a7d6acc5416d4eb1abc17c2bd0 /opcode.pl
parentd2641cbdd63e94a4edbbe5afa69104ed2a93d39f (diff)
downloadperl-fc7325bb0fcb956b1876bcf7f14d8081004dc791.tar.gz
Disable constant folding of sprintf
Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@26236
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 ae7ee666d7..898a248aa7 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -691,7 +691,7 @@ vec vec ck_fun ist@ S S S
index index ck_index isT@ S S S?
rindex rindex ck_index isT@ S S S?
-sprintf sprintf ck_fun mfst@ S L
+sprintf sprintf ck_fun mst@ S L
formline formline ck_fun ms@ S L
ord ord ck_fun ifsTu% S?
chr chr ck_fun fsTu% S?