This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Apr 2009 07:02:55 +0000 (08:02 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Apr 2009 07:02:55 +0000 (08:02 +0100)
commite37778c28ba4f7032e74888c10d3a8b367d2b4c4
tree1ea7c8bd19eea0a1d2c2e9af39d27e9182965831
parentf21000970ab9d31d61aef8d0ffdfbc9fdad80291
Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.

(MacOS support was removed from MakeMaker in 6.22, and merged to blead on
15th December 2004 with 5dca256ec738057dc331fb644a93eca44ad5fa14. After this
point MacOS wouldn't even have been able to build the perl binary, because it
would not have been able to build DynaLoader. If anyone wishes to resurrect
MacOS, start by reversing this commit and the relevant part of that commit.)
14 files changed:
cop.h
doio.c
doop.c
ext/File-Glob/bsd_glob.c
ext/POSIX/POSIX.xs
mg.c
perl.c
perl.h
pp_ctl.c
pp_sys.c
sv.c
toke.c
util.c
util.h