diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-09-16 07:47:31 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-09-16 18:11:57 +0200 |
commit | 013948eaec75eedf45874ef1c421ada6f6fcab0b (patch) | |
tree | 75fd51f754cbbaf80683cee0dd456d5f97acf8f7 /src/vhdl/vhdl-utils.ads | |
parent | eee0116fafe397462c9aff8970fb4ef968742337 (diff) | |
download | ghdl-013948eaec75eedf45874ef1c421ada6f6fcab0b.tar.gz ghdl-013948eaec75eedf45874ef1c421ada6f6fcab0b.tar.bz2 ghdl-013948eaec75eedf45874ef1c421ada6f6fcab0b.zip |
vhdl-utils: minor renaming for homogeneity
Diffstat (limited to 'src/vhdl/vhdl-utils.ads')
-rw-r--r-- | src/vhdl/vhdl-utils.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-utils.ads b/src/vhdl/vhdl-utils.ads index 455a0304b..f51599cdf 100644 --- a/src/vhdl/vhdl-utils.ads +++ b/src/vhdl/vhdl-utils.ads @@ -425,7 +425,7 @@ package Vhdl.Utils is -- appears in the source file. -- Not useful for analysis as VHDL is case insensitive, but could be -- useful for error messages or tooling. - function Get_Source_Identifier (Decl : Node) return Name_Id; + function Get_Source_Identifier (Decl : Iir) return Name_Id; -- IIR wrapper around Get_HDL_Node/Set_HDL_Node. function Get_HDL_Node (N : PSL_Node) return Iir; |