Commit 53b308f6 by Arnaud Charlet Committed by Arnaud Charlet

exp_ch6.adb, [...]: Update copyright notice.

	* exp_ch6.adb, exp_disp.adb: Update copyright notice.
	Fix wrong formatting (lines too long)

From-SVN: r133505
parent 07ead779
2008-03-25 Arnaud Charlet <charlet@adacore.com>
* exp_ch6.adb, exp_disp.adb: Update copyright notice.
Fix wrong formatting (lines too long)
2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 9drpc.adb, a-caldel-vms.adb, a-caldel.adb, * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -5553,11 +5553,11 @@ package body Exp_Ch6 is ...@@ -5553,11 +5553,11 @@ package body Exp_Ch6 is
-- If the object entity has a class-wide Etype, then we need to change -- If the object entity has a class-wide Etype, then we need to change
-- it to the result subtype of the function call, because otherwise the -- it to the result subtype of the function call, because otherwise the
-- object will be class-wide without an explicit initialization and won't -- object will be class-wide without an explicit initialization and
-- be allocated properly by the back end. It seems unclean to make such -- won't be allocated properly by the back end. It seems unclean to make
-- a revision to the type at this point, and we should try to improve -- such a revision to the type at this point, and we should try to
-- this treatment when build-in-place functions with class-wide results -- improve this treatment when build-in-place functions with class-wide
-- are implemented. ??? -- results are implemented. ???
if Is_Class_Wide_Type (Etype (Defining_Identifier (Object_Decl))) then if Is_Class_Wide_Type (Etype (Defining_Identifier (Object_Decl))) then
Set_Etype (Defining_Identifier (Object_Decl), Result_Subt); Set_Etype (Defining_Identifier (Object_Decl), Result_Subt);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -1135,8 +1135,8 @@ package body Exp_Disp is ...@@ -1135,8 +1135,8 @@ package body Exp_Disp is
-- If the type of the actual parameter comes from a limited -- If the type of the actual parameter comes from a limited
-- with-clause and the non-limited view is already available -- with-clause and the non-limited view is already available
-- we replace the anonymous access type by a duplicate decla- -- we replace the anonymous access type by a duplicate
-- ration whose designated type is the non-limited view -- declaration whose designated type is the non-limited view
if Ekind (Actual_DDT) = E_Incomplete_Type if Ekind (Actual_DDT) = E_Incomplete_Type
and then Present (Non_Limited_View (Actual_DDT)) and then Present (Non_Limited_View (Actual_DDT))
......
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