]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix more long lines
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 9 Oct 2010 11:33:18 +0000 (11:33 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 9 Oct 2010 11:33:18 +0000 (11:33 +0000)
From-SVN: r165219

gcc/ada/ChangeLog

index 13cdf75870c4847bbe66753569b5d035bc0d044a..342b9cf9f8b44792a0cd9e118aeaa87c1120f34e 100644 (file)
        * prj-tree.ads (Expression_Kind_Of): Allowed for N_External_Value nodes
        (Set_Expression_Kind_Of): Ditto
        * prj.adb (Initialize): Set external_as_list as a reserved word
-       * projects.texi: Document new string external reference external_as_list
+       * projects.texi: Document new string external reference
+       external_as_list.
        * scans.ads (Token_Type): New token Tok_External_As_List
        * snames.ads-tmpl: New standard name Name_External_As_List
 
        * exp_ch4.adb (Expand_N_Op_Not): Handle properly both operands when the
        parent is a binary boolean operation and the operand is an unpacked
        array.
-       (Build_Boolean_Array_Proc_Call): If the operands are both negations, the
-       operands of the rewritten node are the operands of the negations, not
-       the negations themselves.
+       (Build_Boolean_Array_Proc_Call): If the operands are both negations,
+       the operands of the rewritten node are the operands of the negations,
+       not the negations themselves.
 
 2010-10-04  Robert Dewar  <dewar@adacore.com>