summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorOlaf Flebbe <o.flebbe@science-computing.de>1999-06-27 22:50:30 +0200
committerJarkko Hietaniemi <jhi@iki.fi>1999-06-27 19:16:22 +0000
commit4d2c4e078e0d58f7b5fd54b2aedc642bb9296f6e (patch)
treebe9ef64b9e59f30053c8489a35e88635651231b3 /sv.c
parentb3aa72f262976602aa7b63fbec11f00992923ec7 (diff)
downloadperl-4d2c4e078e0d58f7b5fd54b2aedc642bb9296f6e.tar.gz
EPOC port to Psion5.
To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: Re: Psion5 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de> p4raw-id: //depot/cfgperl@3555
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 5fad33e6f3..282baf9259 100644
--- a/sv.c
+++ b/sv.c
@@ -3648,8 +3648,16 @@ thats_really_all_folks:
}
else
{
+#ifndef EPOC
/*The big, slow, and stupid way */
STDCHAR buf[8192];
+#else
+ /* Need to work around EPOC SDK features */
+ /* On WINS: MS VC5 generates calls to _chkstk, */
+ /* if a `large' stack frame is allocated */
+ /* gcc on MARM does not generate calls like these */
+ STDCHAR buf[1024];
+#endif
screamer2:
if (rslen) {