This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make C++ compilers happy #2: const POD without initializer
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 24 Oct 2008 21:41:36 +0000 (21:41 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 24 Oct 2008 21:41:36 +0000 (21:41 +0000)
commitb61433a9ad8e0c9bd78643b0e98c119904617002
treef8940ab471d62275509e16dccc0210688f9c8b57
parentbef8a12803580c2fb97a03ebe6e7df3e52cd10bf
Make C++ compilers happy #2: const POD without initializer
is an error for g++, even when static.

p4raw-id: //depot/perl@34575
perl.c