diff options
Diffstat (limited to 'src/vhdl/disp_tree.ads')
-rw-r--r-- | src/vhdl/disp_tree.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/disp_tree.ads b/src/vhdl/disp_tree.ads index 9c48a0ffc..324094008 100644 --- a/src/vhdl/disp_tree.ads +++ b/src/vhdl/disp_tree.ads @@ -17,7 +17,7 @@ -- 02111-1307, USA. with Types; use Types; with Iirs; use Iirs; -with Tokens; use Tokens; +with Vhdl.Tokens; use Vhdl.Tokens; package Disp_Tree is -- Disp TREE recursively. @@ -48,6 +48,6 @@ package Disp_Tree is return String; function Image_Location_Type (Loc : Location_Type) return String; function Image_Iir_Direction (Dir : Iir_Direction) return String; - function Image_Token_Type (Tok : Tokens.Token_Type) return String; + function Image_Token_Type (Tok : Vhdl.Tokens.Token_Type) return String; function Image_String8 (N : Iir) return String; end Disp_Tree; |