From: Chip Salzenberg <salzench@nielsenmedia.com>
Date: Thu, 7 Aug 1997 00:00:00 +0000 (+0000)
Subject: Constant-fold sprintf()
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08e6e932beedeeb539d33c0d190f4b39a4ce6d37;p=p5sagit%2Fp5-mst-13.2.git

Constant-fold sprintf()
---

diff --git a/opcode.pl b/opcode.pl
index 158b70e..a565933 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -342,7 +342,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_locale	mst	S L
+sprintf		sprintf			ck_fun_locale	mfst	S L
 formline	formline		ck_fun		ms	S L
 ord		ord			ck_fun		ifstu	S?
 chr		chr			ck_fun		fstu	S?