From cd86ed9d430a95bb9cf370c699245e1b667c146d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 1 Aug 2009 19:42:50 +0100 Subject: Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005 --- miniperlmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miniperlmain.c') 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; -- cgit v1.2.1