In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Jul 2011 14:07:53 +0000 (16:07 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:51 +0000 (11:53 +0200)
commita5b12fd07d9fdc63a5a4a6a6ac9d360ecfe660df
tree89bfc2fdc3c7fb3626a76ad5186598d3da004005
parentcf3847c7789d796a05e4c90dbc31fbd21918e793
In makedef.pl, remove PL_csh{len,name} from 3 skip lists.

PL_cshname was converted to a true global by commit 618b9757aa96db62 in
2007, and PL_cshlen to a constant macro. Effectively both were dropped from
the list of exported symbols at this time, although as they were skipped on
Win32, WinCE and NetWare, the only platforms which would have noticed would
be AIX, OS/2 and VMS. As they've been missing in 5.10.0, 5.12.0 and 5.14.0
without any bug reports, it doesn't seem worth re-adding PL_cshname to the
list of exported symbols.
makedef.pl