diff options
author | Tristan Gingold | 2014-09-25 07:38:09 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-09-25 07:38:09 +0200 |
commit | 68d26922e31aad3cb34dd3b7689bcec75ad70fcb (patch) | |
tree | ed7d40115bd74b0c4216a94bfc21d5af0837ce4f /nodes.ads | |
parent | 5edf93b87e8f3528d9063df08bf70bf538d72545 (diff) | |
download | ghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.tar.gz ghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.tar.bz2 ghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.zip |
Add a python script to automatically generate disp_tree.
Diffstat (limited to 'nodes.ads')
-rw-r--r-- | nodes.ads | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ package Nodes is function Create_Node (Format : Format_Type) return Node_Type; procedure Free_Node (N : Node_Type); + function Next_Node (N : Node_Type) return Node_Type; function Get_Nkind (N : Node_Type) return Kind_Type; pragma Inline (Get_Nkind); |