summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-29 14:47:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-29 14:47:04 +0000
commit33d5f59c4eabf0d53851efed36058b46fcba8ee4 (patch)
treef43827cdff5d520b0cb235d52e65b97465531114 /sv.c
parent5c8863fab8f0a8ad1440a1f005c87e9f3ab24a3d (diff)
downloadperl-33d5f59c4eabf0d53851efed36058b46fcba8ee4.tar.gz
Oops.
p4raw-id: //depot/perl@20315
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 1b76e023cd..6fca92e440 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. *