summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-07-27 17:53:22 +0200
committerNicholas Clark <nick@ccl4.org>2012-07-28 16:27:53 +0200
commit7c458fae0a6159ea505d310a91a4ffcf379153a2 (patch)
tree6a4c953f0aa087e8e5e674c6baf32e66d3c558d5 /perl.h
parent4c21785fe645f05e6e1a51824029d1cda897d57c (diff)
downloadperl-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 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index c33c1912a8..83def7678d 100644
--- a/perl.h
+++ b/perl.h
@@ -510,7 +510,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
*/
/* define this once if either system, instead of cluttering up the src */
-#if defined(MSDOS) || defined(atarist) || defined(WIN32) || defined(NETWARE)
+#if defined(MSDOS) || defined(WIN32) || defined(NETWARE)
#define DOSISH 1
#endif