aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
commitf771391fd9c0a99e1652209a74c1687c77a7ab35 (patch)
treee7a995d52b7f61909294f2952d8b900ec1e1e1ee /src/files_map.ads
parent3bce793cfe3bcf88065acbd1365976782746f5a4 (diff)
downloadghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.gz
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.bz2
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.zip
vhdl: renames disp_vhdl to prints
Diffstat (limited to 'src/files_map.ads')
-rw-r--r--src/files_map.ads7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/files_map.ads b/src/files_map.ads
index a5a05e30e..2e0dd0ae2 100644
--- a/src/files_map.ads
+++ b/src/files_map.ads
@@ -70,9 +70,10 @@ package Files_Map is
-- location LOC). The content of this file is the same as REF, but with
-- new locations so that it is possible to retrieve the instance from
-- the new locations.
- function Create_Instance_Source_File
- (Ref : Source_File_Entry; Loc : Location_Type; Inst : Vhdl.Types.Node)
- return Source_File_Entry;
+ function Create_Instance_Source_File (Ref : Source_File_Entry;
+ Loc : Location_Type;
+ Inst : Vhdl.Types.Vhdl_Node)
+ return Source_File_Entry;
-- Unload last source file. Works only with the last one. Must be
-- carefully used as the corresponding locations will be reused.