* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
From-SVN: r46505
This commit is contained in:
parent
1a7e4df49b
commit
316ad9c5f4
@ -1,3 +1,7 @@
|
||||
2001-10-25 Robert Dewar <dewar@gnat.com>
|
||||
|
||||
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
|
||||
|
||||
2001-10-25 Geert Bosch <bosch@gnat.com>
|
||||
|
||||
* osint.adb (Is_Relative): Remove duplicate.
|
||||
|
@ -1840,8 +1840,8 @@ package body Exp_Ch4 is
|
||||
and then Is_Entity_Name (Prefix (Nam))
|
||||
then
|
||||
Decls :=
|
||||
Build_Task_Image_Decls (
|
||||
Loc, Nam, Etype (Prefix (Nam)));
|
||||
Build_Task_Image_Decls
|
||||
(Loc, Nam, Etype (Prefix (Nam)));
|
||||
else
|
||||
Decls := Build_Task_Image_Decls (Loc, T, T);
|
||||
end if;
|
||||
|
Loading…
Reference in New Issue
Block a user