diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-07-27 19:17:54 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-07-28 16:27:54 +0200 |
commit | 562aee6bf50bd2244cded74c1addaf1f2a395cbd (patch) | |
tree | 862c81af68a02ce87dfb0c551622504ce788c0cd /handy.h | |
parent | 7c458fae0a6159ea505d310a91a4ffcf379153a2 (diff) | |
download | perl-562aee6bf50bd2244cded74c1addaf1f2a395cbd.tar.gz |
Remove code for supporting 80286 based systems.
The 80286 was released two years before Perl 1, but the support code was
added with Perl 3. The chip hasn't been produced for more than 15 years -
even the 80386 hasn't been manufactured since 2007. Most of the other
memory model code was removed by commit 5869b1f143426909 in Sep 2000, so
support for 16 bit systems is long dead.
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -12,11 +12,7 @@ #ifdef NULL #undef NULL #endif -#ifndef I286 # define NULL 0 -#else -# define NULL 0L -#endif #endif #ifndef PERL_CORE |