From: Jan Dubois Date: Fri, 18 May 2007 10:57:35 +0000 (-0700) Subject: RE: When is -DPERL_CORE required? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=625853aecb0d9f2b17c5e3b8d4ce0decc9883051;p=p5sagit%2Fp5-mst-13.2.git RE: When is -DPERL_CORE required? From: "Jan Dubois" Message-ID: <044601c79976$046691d0$0d33b570$@com> p4raw-id: //depot/perl@31242 --- diff --git a/win32/win32.h b/win32/win32.h index b065a35..d0e7d3d 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -363,10 +363,6 @@ typedef char * caddr_t; /* In malloc.c (core address). */ /* #define PERL_SBRK_VIA_MALLOC /**/ #endif -#if defined(PERLDLL) && !defined(PERL_CORE) -#define PERL_CORE -#endif - #ifdef PERL_TEXTMODE_SCRIPTS # define PERL_SCRIPT_MODE "r" #else