aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r--src/vhdl/vhdl-parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index fc45ff965..4c39d91bb 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -25,7 +25,7 @@ with Flags; use Flags;
with Vhdl.Parse_Psl;
with Str_Table;
with Xrefs;
-with Elocations; use Elocations;
+with Vhdl.Elocations; use Vhdl.Elocations;
-- Recursive descendant parser.
-- Each subprogram (should) parse one production rules.