diff options
author | Jim Cromie <jcromie@cpan.org> | 2007-10-01 12:59:43 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-02 12:00:10 +0000 |
commit | e57fbd1f71f640a63a14acad7388e9d89f869e36 (patch) | |
tree | 6650e134490a3501e4941acbf43708ad8b1c9396 /win32 | |
parent | d1029faac9d1305e60db4bf8c9ec1552b40d4f64 (diff) | |
download | perl-e57fbd1f71f640a63a14acad7388e9d89f869e36.tar.gz |
Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)
Message-ID: <470197FF.5040709@gmail.com>
p4raw-id: //depot/perl@32004
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.ce | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 2d58100aee..3231d75fff 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" |