Commit 316ad9c5 by Robert Dewar Committed by Geert Bosch

* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.

From-SVN: r46505
parent 1a7e4df4
2001-10-25 Robert Dewar <dewar@gnat.com>
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
2001-10-25 Geert Bosch <bosch@gnat.com> 2001-10-25 Geert Bosch <bosch@gnat.com>
* osint.adb (Is_Relative): Remove duplicate. * osint.adb (Is_Relative): Remove duplicate.
......
...@@ -1840,8 +1840,8 @@ package body Exp_Ch4 is ...@@ -1840,8 +1840,8 @@ package body Exp_Ch4 is
and then Is_Entity_Name (Prefix (Nam)) and then Is_Entity_Name (Prefix (Nam))
then then
Decls := Decls :=
Build_Task_Image_Decls ( Build_Task_Image_Decls
Loc, Nam, Etype (Prefix (Nam))); (Loc, Nam, Etype (Prefix (Nam)));
else else
Decls := Build_Task_Image_Decls (Loc, T, T); Decls := Build_Task_Image_Decls (Loc, T, T);
end if; end if;
......
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