From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 29 Jul 2003 14:47:04 +0000 (+0000)
Subject: Oops.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33d5f59c4eabf0d53851efed36058b46fcba8ee4;p=p5sagit%2Fp5-mst-13.2.git

Oops.

p4raw-id: //depot/perl@20315
---

diff --git a/sv.c b/sv.c
index 1b76e02..6fca92e 100644
--- 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.          *