aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-lists.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
commitf771391fd9c0a99e1652209a74c1687c77a7ab35 (patch)
treee7a995d52b7f61909294f2952d8b900ec1e1e1ee /src/vhdl/vhdl-lists.ads
parent3bce793cfe3bcf88065acbd1365976782746f5a4 (diff)
downloadghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.gz
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.bz2
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.zip
vhdl: renames disp_vhdl to prints
Diffstat (limited to 'src/vhdl/vhdl-lists.ads')
-rw-r--r--src/vhdl/vhdl-lists.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-lists.ads b/src/vhdl/vhdl-lists.ads
index 6d16b81bf..7441f9000 100644
--- a/src/vhdl/vhdl-lists.ads
+++ b/src/vhdl/vhdl-lists.ads
@@ -18,4 +18,4 @@
with Vhdl.Types;
with Lists;
-package Vhdl.Lists is new Standard.Lists (El_Type => Vhdl.Types.Node);
+package Vhdl.Lists is new Standard.Lists (El_Type => Vhdl.Types.Vhdl_Node);