a few lines of useless code

This commit is contained in:
2021-12-11 15:57:06 +00:00
parent 77f6939f31
commit 1fc6d0868b
3 changed files with 23 additions and 8 deletions

View File

@ -632,6 +632,12 @@ ada.text_io.put_line (">>>>>>>>>>> UNBALANCED INCLUSION CONTEXT..." & C.Prs.Top'
procedure Initialize (C: in out Compiler) is
begin
Push_Parse_State (C, PS_START);
declare
X: H3.Trees.Tree;
begin
H3.Trees.New_Node (X);
end;
end Initialize;
procedure Finalize (C: in out Compiler) is