Message-ID: <
470197FF.5040709@gmail.com>
p4raw-id: //depot/perl@32004
* which may or may not check number of children).
*/
-#ifdef DEBUGGING_OPS
-#define OPCODE opcode
-#else
#define OPCODE U16
-#endif
#ifdef PERL_MAD
# define MADPROP_IN_BASEOP MADPROP* op_madprop;
OP* (CPERLscope(*op_ppaddr))(pTHX); \
MADPROP_IN_BASEOP \
PADOFFSET op_targ; \
- opcode op_type:9; \
+ unsigned op_type:9; \
unsigned op_opt:1; \
unsigned op_latefree:1; \
unsigned op_latefreed:1; \
CEDEFS = -D_WINDOWS -D_WIN32_WCE=$(CEVersion) -DUNDER_CE=$(CEVersion) \
$(MCFLAGS) -D PERL
-#CEDEFS = $(CEDEFS) -DDEBUGGING_OPS
-
CECFLAGS = $(CEDEFS)
!if "$(CFG)" == "DEBUG"