This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in op.h
authorAaron Crane <arc@cpan.org>
Tue, 8 Jul 2014 23:33:47 +0000 (00:33 +0100)
committerAaron Crane <arc@cpan.org>
Tue, 8 Jul 2014 23:33:47 +0000 (00:33 +0100)
commitea7265880ed981c72eec69c768d4bb9e85ae122a
treed10300bb6cc382846bb1abbf1e90a6daebdcdb0b
parent586d4abb8e2f0a3c98c8c47e0b5d51925848d8b8
Fix typo in op.h

This caused all OP structures to be larger than intended; for example, it
made `struct op` 48 bytes rather than 40 on Mac OS X x86-64.
op.h