summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1999-10-06 02:55:57 -0700
committerGurusamy Sarathy <gsar@cpan.org>1999-10-08 02:31:13 +0000
commit2d2e263d835bab7638308fed2b56967f4815cad6 (patch)
treee51fc6f58005128ecbea0cb280149a4d15e0e0d6 /opcode.h
parent0a30450eff33ad0d9a30d3e5e9e92dce35ee33b7 (diff)
downloadperl-2d2e263d835bab7638308fed2b56967f4815cad6.tar.gz
add suggested patch =~ s/NOTOP/OP_NOT/ with tests
Message-Id: <199910061655.JAA11333@kiev.wall.org> Subject: Re: [ID 19991001.004] apparent parsing error with not(arg) p4raw-id: //depot/perl@4312
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index ae4011faa1..e0bf4ffe37 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1567,7 +1567,7 @@ EXT U32 PL_opargs[] = {
0x0022281c, /* vec */
0x0122291c, /* index */
0x0122291c, /* rindex */
- 0x0004290f, /* sprintf */
+ 0x0004280f, /* sprintf */
0x00042805, /* formline */
0x0001379e, /* ord */
0x0001378e, /* chr */