X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=miniperlmain.c;h=39f8f193cdaf4ede059d0d2f60bc861fdf0651dd;hb=d350938a5844eac31e2d27ccc158a0fe5d1be65a;hp=f2302c2951c283f0760067ec3dc2591545132562;hpb=01be0729981136a058cce07a897ccdb94609e1c0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/miniperlmain.c b/miniperlmain.c index f2302c2..39f8f19 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;