diff options
author | Larry Wall <larry@wall.org> | 1999-10-06 02:55:57 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-08 02:31:13 +0000 |
commit | 2d2e263d835bab7638308fed2b56967f4815cad6 (patch) | |
tree | e51fc6f58005128ecbea0cb280149a4d15e0e0d6 /opcode.h | |
parent | 0a30450eff33ad0d9a30d3e5e9e92dce35ee33b7 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1567,7 +1567,7 @@ EXT U32 PL_opargs[] = { 0x0022281c, /* vec */ 0x0122291c, /* index */ 0x0122291c, /* rindex */ - 0x0004290f, /* sprintf */ + 0x0004280f, /* sprintf */ 0x00042805, /* formline */ 0x0001379e, /* ord */ 0x0001378e, /* chr */ |