From 68d26922e31aad3cb34dd3b7689bcec75ad70fcb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 25 Sep 2014 07:38:09 +0200 Subject: Add a python script to automatically generate disp_tree. --- nodes.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'nodes.ads') diff --git a/nodes.ads b/nodes.ads index 00ec1a714..f5db2cbd4 100644 --- a/nodes.ads +++ b/nodes.ads @@ -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); -- cgit v1.2.3