diff options
author | Gisle Aas <gisle@aas.no> | 2005-11-30 19:22:10 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-01 11:52:24 +0000 |
commit | fc7325bb0fcb956b1876bcf7f14d8081004dc791 (patch) | |
tree | c26c7cc360de35a7d6acc5416d4eb1abc17c2bd0 /opcode.h | |
parent | d2641cbdd63e94a4edbbe5afa69104ed2a93d39f (diff) | |
download | perl-fc7325bb0fcb956b1876bcf7f14d8081004dc791.tar.gz |
Disable constant folding of sprintf
Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@26236
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1611,7 +1611,7 @@ EXT const U32 PL_opargs[] = { 0x0022281c, /* vec */ 0x0122291c, /* index */ 0x0122291c, /* rindex */ - 0x0004280f, /* sprintf */ + 0x0004280d, /* sprintf */ 0x00042805, /* formline */ 0x0001379e, /* ord */ 0x0001378e, /* chr */ |