This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Errno parsing: Don't match hex numbers in parts of function names
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 24 Sep 2014 07:53:39 +0000 (08:53 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 25 Sep 2014 07:29:36 +0000 (08:29 +0100)
commit2d4a3ccef465111dae0e5e71cf008e97efeb057c
treec98cf00911366cd689964e1d0f987909b71a5681
parent1ef3f55063eff0bda07fa2251ec16a7807dfb602
Errno parsing: Don't match hex numbers in parts of function names

This stops __stdcall being seen as a hex number and turned into __stdca.
Also include _ in the pattern to match function names so that that gets
skipped anyway.
ext/Errno/Errno_pm.PL