aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.adb.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes.adb.in')
-rw-r--r--src/vhdl/vhdl-nodes.adb.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.adb.in b/src/vhdl/vhdl-nodes.adb.in
index f742a1dec..b78301276 100644
--- a/src/vhdl/vhdl-nodes.adb.in
+++ b/src/vhdl/vhdl-nodes.adb.in
@@ -739,6 +739,8 @@ package body Vhdl.Nodes is
procedure Initialize is
begin
+ Free_Chain := Null_Node;
+ Nbr_Free_Hooks := 0;
Nodet.Init;
end Initialize;