aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/files_map.ads')
-rw-r--r--src/files_map.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/files_map.ads b/src/files_map.ads
index d7e14082f..1e69ed572 100644
--- a/src/files_map.ads
+++ b/src/files_map.ads
@@ -18,7 +18,7 @@
with Types; use Types;
with Tables;
with Dyn_Tables;
-with Nodes;
+with Vhdl.Types;
-- Source file handling
@@ -71,7 +71,7 @@ package Files_Map is
-- 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 : Nodes.Node_Type)
+ (Ref : Source_File_Entry; Loc : Location_Type; Inst : Vhdl.Types.Node)
return Source_File_Entry;
-- Unload last source file. Works only with the last one. Must be