diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-07-27 17:53:22 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-07-28 16:27:53 +0200 |
commit | 7c458fae0a6159ea505d310a91a4ffcf379153a2 (patch) | |
tree | 6a4c953f0aa087e8e5e674c6baf32e66d3c558d5 /os2 | |
parent | 4c21785fe645f05e6e1a51824029d1cda897d57c (diff) | |
download | perl-7c458fae0a6159ea505d310a91a4ffcf379153a2.tar.gz |
Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19
The subdirectory containing the port specific files was purged when 5.000
was released, but changes made to other files were not removed.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/perlrexx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os2/perlrexx.c b/os2/perlrexx.c index 840b1172c5..98a550262a 100644 --- a/os2/perlrexx.c +++ b/os2/perlrexx.c @@ -35,12 +35,6 @@ 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 (atarist) -/* The Atari operating system doesn't have a dynamic stack. The - stack size is determined from this value. */ -long _stksize = 64 * 1024; -#endif - /* Register any extra external extensions */ /* Do not delete this line--writemain depends on it */ |