Commit 2b3967f0 by Eric Botcazou

Fix more long lines

From-SVN: r165219
parent 40e74203
...@@ -249,7 +249,8 @@ ...@@ -249,7 +249,8 @@
* prj-tree.ads (Expression_Kind_Of): Allowed for N_External_Value nodes * prj-tree.ads (Expression_Kind_Of): Allowed for N_External_Value nodes
(Set_Expression_Kind_Of): Ditto (Set_Expression_Kind_Of): Ditto
* prj.adb (Initialize): Set external_as_list as a reserved word * 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 * scans.ads (Token_Type): New token Tok_External_As_List
* snames.ads-tmpl: New standard name Name_External_As_List * snames.ads-tmpl: New standard name Name_External_As_List
...@@ -1074,9 +1075,9 @@ ...@@ -1074,9 +1075,9 @@
* exp_ch4.adb (Expand_N_Op_Not): Handle properly both operands when the * 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 parent is a binary boolean operation and the operand is an unpacked
array. array.
(Build_Boolean_Array_Proc_Call): If the operands are both negations, the (Build_Boolean_Array_Proc_Call): If the operands are both negations,
operands of the rewritten node are the operands of the negations, not the operands of the rewritten node are the operands of the negations,
the negations themselves. not the negations themselves.
2010-10-04 Robert Dewar <dewar@adacore.com> 2010-10-04 Robert Dewar <dewar@adacore.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment