diff options
author | John Peacock <jpeacock@rowman.com> | 2007-10-02 01:28:31 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-02 11:56:28 +0000 |
commit | d1029faac9d1305e60db4bf8c9ec1552b40d4f64 (patch) | |
tree | 6c23eb57975ab4e3d36ed33353f43fe19106180a /op.h | |
parent | d91ed1da0761be78f6c84257e79636bc2a7a1b8f (diff) | |
download | perl-d1029faac9d1305e60db4bf8c9ec1552b40d4f64.tar.gz |
was Re: Freeze ?
Message-ID: <47020F3F.9070604@havurah-software.org>
p4raw-id: //depot/perl@32003
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ OP* (CPERLscope(*op_ppaddr))(pTHX); \ MADPROP_IN_BASEOP \ PADOFFSET op_targ; \ - unsigned op_type:9; \ + opcode op_type:9; \ unsigned op_opt:1; \ unsigned op_latefree:1; \ unsigned op_latefreed:1; \ |