This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix C++ build following commit ab1478f7146843f7.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:55:28 +0000 (14:55 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:55:28 +0000 (14:55 +0200)
commit45fef53488278d882a5b00bace266de60a7993e9
tree8193068a77cbe3e8662c3299e05a218265092d2f
parent94663e6b0c2060e492314126f4f83778d1fcded5
Fix C++ build following commit ab1478f7146843f7.

For C++, ab1478f7146843f7 inadvertently defined XS_INTERNAL as
    extern "C" static ...
which C++ compilers rightfully choke on.
XSUB.h