This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix link failure of APItest.dll on VC 6
authorDaniel Dragan <bulk88@hotmail.com>
Tue, 26 Jan 2016 05:02:56 +0000 (00:02 -0500)
committerTony Cook <tony@develop-help.com>
Wed, 27 Jan 2016 03:19:07 +0000 (14:19 +1100)
commitf3c6f22e7318c8711613a58d4b041922a6465567
treeeb29443dbd1eb917f87e882470b1aae9b1155816
parent6368ab83389bbb63c0dfff79297f52b92053226e
fix link failure of APItest.dll on VC 6

alloca is the newer "standardized" name which modern VCs support.
In VC 6, only _alloca exists, which is the prestandardized name, use it to
fix a linker failure.
ext/XS-APItest/APItest.xs