This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Jul 2011 10:23:51 +0000 (12:23 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:55 +0000 (11:53 +0200)
commit430d15ed6b476e71ae667436d913e7259e00fd17
treeddc44ddd136be20b26102efcf13dded54f44cf03
parent944921d3d5a3e81893b5456e3d606f9ee2b45ed9
In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list.

try_symbols() better describes what it does - add symbols to the list to
export, unless they are in the skip list.
makedef.pl