This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Jul 2011 13:15:32 +0000 (15:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:56 +0000 (11:53 +0200)
commitfc951c83a03a8123dce1cd2eb23fffbe099e1102
treea597d06db41edbf32658cf7ea8c3220e5ed7633d
parent7a95c549b02a445cd55ee29b10543fd01e7f76b6
In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.

Code to try the 4 thread-specific symbols was added in 2003 by commit
5c728af092d5feba. However, all 4 symbols were already listed in makedef.pl,
added in 1999 by commit 3cfae81b38bc8edd.

(Unlike other platforms, on OS/2 adding symbols to %export that aren't
actually compiled in does not cause errors, as there is code later in
makedef.pl to read in miniperl.map, and strip from %export all symbols not
listed there.)
makedef.pl