This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pad.c: Avoid struct name followed by colon
authorFather Chrysostomos <sprout@cpan.org>
Thu, 11 Sep 2014 05:06:10 +0000 (22:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 13:19:33 +0000 (06:19 -0700)
commitf3fb6cf3d92d50cd60f36e1c193c0f3d45bcfd75
tree87917b6efe42f6b18ced343161be82e027ceaedb
parent7a275a2e9dcc2d1464646a838539b7bd06343743
pad.c: Avoid struct name followed by colon

Some old clang++ versions have trouble with this.  See ticket #112786.
pad.c