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 /perl.h | |
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 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |