This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove extraneous semicolon from OP_PRIVATE_ONCE.
authorCraig A. Berry <craigberry@mac.com>
Thu, 3 Jun 2010 12:44:17 +0000 (07:44 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 3 Jun 2010 12:52:18 +0000 (07:52 -0500)
commitf58883a1a38c36629a8af25cd2fe9b2c5c3fcfec
treea8e275ab4d70e9b62513a465f0a406f504c466bc
parent03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142
Remove extraneous semicolon from OP_PRIVATE_ONCE.

Thus silencing compiler noise like:

OP_PRIVATE_ONCE(op_aassign, OPpASSIGN_COMMON, ",COMMON");
........................................................^
%CC-I-EXTRASEMI, Extraneous semicolon.
at line number 846 in file D0:[craig.blead]dump.c;1
dump.c