diff options
Diffstat (limited to 'src/vhdl/vhdl-utils.adb')
-rw-r--r-- | src/vhdl/vhdl-utils.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-utils.adb b/src/vhdl/vhdl-utils.adb index e834c827b..95261405d 100644 --- a/src/vhdl/vhdl-utils.adb +++ b/src/vhdl/vhdl-utils.adb @@ -1990,7 +1990,7 @@ package body Vhdl.Utils is end case; end Get_File_Signature; - function Get_Source_Identifier (Decl : Node) return Name_Id + function Get_Source_Identifier (Decl : Iir) return Name_Id is use Files_Map; use Name_Table; |