aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/errorout.adb')
-rw-r--r--src/vhdl/errorout.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb
index fb6211ce4..cc292b4b2 100644
--- a/src/vhdl/errorout.adb
+++ b/src/vhdl/errorout.adb
@@ -147,7 +147,7 @@ package body Errorout is
return (Kind => Earg_Id, Val_Id => V);
end "+";
- function "+" (V : Tokens.Token_Type) return Earg_Type is
+ function "+" (V : Vhdl.Tokens.Token_Type) return Earg_Type is
begin
return (Kind => Earg_Token, Val_Tok => V);
end "+";
@@ -330,7 +330,7 @@ package body Errorout is
when 't' =>
-- A token
declare
- use Tokens;
+ use Vhdl.Tokens;
Arg : Earg_Type renames Args (Argn);
Tok : Token_Type;
begin