[Ada] Fix inconsistent comment about expansion of exception declarations
Code cleanup. gcc/ada/ * exp_ch11.adb (Expand_N_Exception_Declaration): Sync comment with declaration in System.Standard_Library.
This commit is contained in:
parent
6e3c2ee1d1
commit
7005b5e57e
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ package body Exp_Ch11 is
|
|||
Set_Is_Statically_Allocated (Ex_Id);
|
||||
|
||||
-- Create the aggregate list for type Standard.Exception_Type:
|
||||
-- Handled_By_Other component: False
|
||||
-- Not_Handled_By_Others component: False
|
||||
|
||||
L := Empty_List;
|
||||
Append_To (L, New_Occurrence_Of (Standard_False, Loc));
|
||||
|
|
Loading…
Add table
Reference in a new issue