diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-04 21:59:35 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-04 21:59:35 +0200 |
commit | 7ca14ac72c36c363d8f874c266c2730f209a0edd (patch) | |
tree | bbb7bd17960299bc03da84c1b37e0e4dafdf31c4 /src/vhdl/disp_tree.adb | |
parent | fc028b5d21727da66dc8e146b3dbcfc870c64f90 (diff) | |
download | ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.gz ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.bz2 ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.zip |
vhdl: move tokens as vhdl child package.
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r-- | src/vhdl/disp_tree.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb index e39c267f9..d5b1cc8a8 100644 --- a/src/vhdl/disp_tree.adb +++ b/src/vhdl/disp_tree.adb @@ -337,8 +337,8 @@ package body Disp_Tree is end case; end Image_Iir_Direction; - function Image_Token_Type (Tok : Tokens.Token_Type) return String - renames Tokens.Image; + function Image_Token_Type (Tok : Vhdl.Tokens.Token_Type) return String + renames Vhdl.Tokens.Image; function Image_String8 (N : Iir) return String is |