From 625d6b09f4567b876af248cf46a3e118029a84ae Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 18 Nov 2017 07:45:39 +0100 Subject: name_table: Add Str_Idx, and Get/Set_Info renamed to Get/Set_Name_Info. --- src/vhdl/sem_scopes.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl') diff --git a/src/vhdl/sem_scopes.adb b/src/vhdl/sem_scopes.adb index 30d33d8fc..907b5eeff 100644 --- a/src/vhdl/sem_scopes.adb +++ b/src/vhdl/sem_scopes.adb @@ -142,13 +142,13 @@ package body Sem_Scopes is function Get_Interpretation_Raw (Id : Name_Id) return Name_Interpretation_Type is begin - return Name_Interpretation_Type (Name_Table.Get_Info (Id)); + return Name_Interpretation_Type (Name_Table.Get_Name_Info (Id)); end Get_Interpretation_Raw; procedure Set_Interpretation (Id : Name_Id; Inter : Name_Interpretation_Type) is begin - Name_Table.Set_Info (Id, Int32 (Inter)); + Name_Table.Set_Name_Info (Id, Int32 (Inter)); end Set_Interpretation; function Get_Interpretation_From_Raw (Inter : Name_Interpretation_Type) -- cgit v1.2.3