From: Jim Cromie Date: Mon, 1 Oct 2007 18:59:43 +0000 (-0600) Subject: Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e57fbd1f71f640a63a14acad7388e9d89f869e36;p=p5sagit%2Fp5-mst-13.2.git Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9) Message-ID: <470197FF.5040709@gmail.com> p4raw-id: //depot/perl@32004 --- diff --git a/op.h b/op.h index ae8c7f8..80f5703 100644 --- a/op.h +++ b/op.h @@ -37,11 +37,7 @@ * 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; @@ -58,7 +54,7 @@ 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; \ diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 2d58100..3231d75 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -342,8 +342,6 @@ STARTOBJS = $(CECONSOLEDIR)/$(MACHINE)/wmain.obj \ CEDEFS = -D_WINDOWS -D_WIN32_WCE=$(CEVersion) -DUNDER_CE=$(CEVersion) \ $(MCFLAGS) -D PERL -#CEDEFS = $(CEDEFS) -DDEBUGGING_OPS - CECFLAGS = $(CEDEFS) !if "$(CFG)" == "DEBUG"