From 42d72fc5f9607cae64598a020e28e895dda86e19 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 11 Jul 2012 22:12:25 +1000 Subject: [PATCH] AIX isn't a new platform, move its note to the right place --- pod/perldelta.pod | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index afb8f7e..9209c39 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -309,11 +309,8 @@ source tree. =over 4 -=item * +=item XXX -Configure now always adds -qlanglvl=extc99 to the CC flags on AIX when -using xlC. This will make it easier to compile a number of XS-based modules -that assume C99 [perl #113778]. =back @@ -346,6 +343,12 @@ were passed through to DCL, which would fail to recognize the command. Also, if verb is actually a path to an image or command procedure on an ODS-5 volume, quoting it now allows the path to contain spaces. +=item AIX + +Configure now always adds -qlanglvl=extc99 to the CC flags on AIX when +using xlC. This will make it easier to compile a number of XS-based modules +that assume C99 [perl #113778]. + =back =head1 Internal Changes -- 2.7.4