This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Drop -std=c89.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 21 Nov 2014 01:13:34 +0000 (20:13 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 21 Nov 2014 01:28:07 +0000 (20:28 -0500)
commit0d55a45a6f024919f13cbe70fc861f5eb6d757ee
treeb8c127452e8bc49f97b6a99eca7215e7aaeedb40
parentec7c51d01dced96cba496c6393c9a4546d1e306c
Drop -std=c89.

(1) It doesn't mean "strict C89" on its own, -pedantic would also be needed.
(2) Using C99 features like long long or inline becomes harder.

The downside of this change is that C99-isms can more easily
creep into the core code, breaking it for non-gcc C89 compilers.
cflags.SH