diff options
Diffstat (limited to 'gcc/ada/exp_ch11.adb')
-rw-r--r-- | gcc/ada/exp_ch11.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch11.adb b/gcc/ada/exp_ch11.adb index 2cfde4df912..a8219fe7c9f 100644 --- a/gcc/ada/exp_ch11.adb +++ b/gcc/ada/exp_ch11.adb @@ -1386,7 +1386,7 @@ package body Exp_Ch11 is -- Raise_Exception (exception-name'Identity, string); - -- and there is nothing else to do + -- and there is nothing else to do. if Present (Expression (N)) then Rewrite (N, @@ -1394,7 +1394,7 @@ package body Exp_Ch11 is Name => New_Occurrence_Of (RTE (RE_Raise_Exception), Loc), Parameter_Associations => New_List ( Make_Attribute_Reference (Loc, - Prefix => Name (N), + Prefix => Name (N), Attribute_Name => Name_Identity), Expression (N)))); Analyze (N); |