Oops.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Jul 2003 14:47:04 +0000 (14:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Jul 2003 14:47:04 +0000 (14:47 +0000)
p4raw-id: //depot/perl@20315

sv.c

diff --git a/sv.c b/sv.c
index 1b76e02..6fca92e 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -6625,7 +6625,7 @@ thats_really_all_folks:
        /*The big, slow, and stupid way. */
 
       /* Any stack-challenged places. */
-#if defined(EPOC) || 1
+#if defined(EPOC)
       /* EPOC: need to work around SDK features.         *
        * On WINS: MS VC5 generates calls to _chkstk,     *
        * if a "large" stack frame is allocated.          *