From ded8909b241d9fd6e60981085c0fd9246392472f Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 2 Aug 2011 15:10:33 +0200 Subject: [multiple changes] 2011-08-02 Robert Dewar * sem_ch3.adb, sem_ch5.adb, sem_type.adb, switch-c.adb, switch-c.ads, sem_prag.adb, sem_util.adb, sem_util.ads, sem_res.adb, warnsw.ads, prepcomp.ads, cstand.adb, stand.ads, a-calfor.adb, s-stusta.adb: Minor reformatting. 2011-08-02 Ed Schonberg * sem_attr.adb: handle properly 'Result when it is a prefix of an indexed component. 2011-08-02 Javier Miranda * einfo.ads, einfo.adb (Original_Access_Type): Move this attribute to Node26 since there was an undocumented use of Node21 in E_Access_Subprogram_Type entities which causes conflicts and breaks the generation of the .NET compiler. (Interface_Name): Add missing documentation on JGNAT only uses of this attribute. From-SVN: r177145 --- gcc/ada/switch-c.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/switch-c.adb') diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb index 177f536..a552881 100644 --- a/gcc/ada/switch-c.adb +++ b/gcc/ada/switch-c.adb @@ -82,8 +82,8 @@ package body Switch.C is end if; Preprocessing_Symbol_Last := Preprocessing_Symbol_Last + 1; - Preprocessing_Symbol_Defs (Preprocessing_Symbol_Last) - := new String'(Def); + Preprocessing_Symbol_Defs (Preprocessing_Symbol_Last) := + new String'(Def); end Add_Symbol_Definition; ----------------------------- -- cgit v1.1