aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_names.ads')
-rw-r--r--sem_names.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/sem_names.ads b/sem_names.ads
index ce7573d45..b48cd7b6a 100644
--- a/sem_names.ads
+++ b/sem_names.ads
@@ -98,7 +98,8 @@ package Sem_Names is
type Decl_Kind_Type is
(Decl_Type, Decl_Incomplete_Type,
Decl_Component, Decl_Unit, Decl_Label,
- Decl_Group_Template, Decl_Entity, Decl_Configuration, Decl_Attribute);
+ Decl_Group_Template, Decl_Entity, Decl_Configuration, Decl_Attribute,
+ Decl_Nature, Decl_Terminal);
-- Find a uniq declaration for name NAME, which can be a simple_name,
-- an identifier or a selected_name.