In makedef.pl, consolidate all the code that tries platform-specific symbols.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Jul 2011 15:25:39 +0000 (17:25 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:56 +0000 (11:53 +0200)
commit71afeaec6c6e66daa37cbb9c178ee1b6e1d08bac
tree8bc95a97e24b46bd5aadecd4eeb4b34da366e97d
parentfc951c83a03a8123dce1cd2eb23fffbe099e1102
In makedef.pl, consolidate all the code that tries platform-specific symbols.

Previously the code for OS/2 and VMS was run much earlier. Fortunately none
of the symbols tried were conditionally added to the skip list, else much
confusion would have ensued.

Move the OS/2 code that reads miniperl.map after the code that tries
platform-specific symbols.
makedef.pl