summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index f2302c2951..39f8f193cd 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -42,7 +42,7 @@
static void xs_init (pTHX);
static PerlInterpreter *my_perl;
-#if defined (__MINT__) || defined (atarist)
+#if defined (atarist)
/* The Atari operating system doesn't have a dynamic stack. The
stack size is determined from this value. */
long _stksize = 64 * 1024;