summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-05-18 03:57:35 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-20 12:50:02 +0000
commit625853aecb0d9f2b17c5e3b8d4ce0decc9883051 (patch)
tree5804677f6beb55dbff6defc3e2bb306524871305 /win32
parent7be54ea7d51824e3590034a7880ff325459e8d52 (diff)
downloadperl-625853aecb0d9f2b17c5e3b8d4ce0decc9883051.tar.gz
RE: When is -DPERL_CORE required?
From: "Jan Dubois" <jand@activestate.com> Message-ID: <044601c79976$046691d0$0d33b570$@com> p4raw-id: //depot/perl@31242
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32.h b/win32/win32.h
index b065a35a89..d0e7d3d8dc 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