diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 14:47:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 14:47:04 +0000 |
commit | 33d5f59c4eabf0d53851efed36058b46fcba8ee4 (patch) | |
tree | f43827cdff5d520b0cb235d52e65b97465531114 /sv.c | |
parent | 5c8863fab8f0a8ad1440a1f005c87e9f3ab24a3d (diff) | |
download | perl-33d5f59c4eabf0d53851efed36058b46fcba8ee4.tar.gz |
Oops.
p4raw-id: //depot/perl@20315
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. * |