This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Minor reformatting in exp_ch4.adb


Applied.

2001-10-25  Robert Dewar <dewar@gnat.com>

	* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.


*** exp_ch4.adb	2001/10/05 15:43:37	1.464
--- exp_ch4.adb	2001/10/06 11:54:36	1.465
***************
*** 1840,1847 ****
                            and then Is_Entity_Name (Prefix (Nam))
                          then
                             Decls :=
!                              Build_Task_Image_Decls (
!                              Loc, Nam, Etype (Prefix (Nam)));
                          else
                             Decls := Build_Task_Image_Decls (Loc, T, T);
                          end if;
--- 1840,1847 ----
                            and then Is_Entity_Name (Prefix (Nam))
                          then
                             Decls :=
!                              Build_Task_Image_Decls
!                                (Loc, Nam, Etype (Prefix (Nam)));
                          else
                             Decls := Build_Task_Image_Decls (Loc, T, T);
                          end if;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]