X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=os2%2Fperlrexx.c;h=840b1172c53e28f935779d06c7cd7e98b99f6e3e;hb=dc57de01240c08cc88678a29fcb4e2d5f23efa66;hp=fbeb493e9557bc94c38978bafd438f4a45fb51a8;hpb=dfcfdb64cf0cdaf3745a1082d9b4a94480414c62;p=p5sagit%2Fp5-mst-13.2.git diff --git a/os2/perlrexx.c b/os2/perlrexx.c index fbeb493..840b117 100644 --- a/os2/perlrexx.c +++ b/os2/perlrexx.c @@ -8,7 +8,11 @@ #include /* - * "The Road goes ever on and on, down from the door where it began." + * The Road goes ever on and on + * Down from the door where it began. + * + * [Bilbo on p.35 of _The Lord of the Rings_, I/i: "A Long-Expected Party"] + * [Frodo on p.73 of _The Lord of the Rings_, I/iii: "Three Is Company"] */ #ifdef OEMVS @@ -31,7 +35,7 @@ ULONG PERLEXPORTALL(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename ULONG PERLDROPALL(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename, PRXSTRING retstr); ULONG PERLDROPALLEXIT(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename, PRXSTRING retstr); -#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;