This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix escaping in opcode.h generation
authorDagfinn Ilmari Mannsåker (via RT) <perlbug-followup@perl.org>
Mon, 23 Aug 2010 23:05:48 +0000 (16:05 -0700)
committerDavid Mitchell <davem@iabyn.com>
Wed, 25 Aug 2010 17:34:51 +0000 (18:34 +0100)
commitb0c6325e9e0a1de42f208a0e41705cc75eb71433
tree6cb6e254febdbd69db058ce07d5b069c29c7c492
parent70a5eb4a0fb40c8d59c26043e7b9aa76f8ea2802
Fix escaping in opcode.h generation

The op list has no escapes, so there's no need check for already-escaped
characters, and the existing regex breaks any run of consecutive
backslashes, escaped or not.
opcode.pl