summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2007-10-02 01:28:31 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-02 11:56:28 +0000
commitd1029faac9d1305e60db4bf8c9ec1552b40d4f64 (patch)
tree6c23eb57975ab4e3d36ed33353f43fe19106180a /op.h
parentd91ed1da0761be78f6c84257e79636bc2a7a1b8f (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index f7ab172b13..ae8c7f8d13 100644
--- a/op.h
+++ b/op.h
@@ -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; \