From 510ff8938793c0cc883bdf2a5f5adfdd95f77880 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Sep 2015 18:25:25 +0200 Subject: Translate: explicitly clean transient types. --- src/vhdl/translate/trans-chap9.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vhdl/translate/trans-chap9.ads') diff --git a/src/vhdl/translate/trans-chap9.ads b/src/vhdl/translate/trans-chap9.ads index 748911b..61b1f9c 100644 --- a/src/vhdl/translate/trans-chap9.ads +++ b/src/vhdl/translate/trans-chap9.ads @@ -37,5 +37,6 @@ package Trans.Chap9 is -- This is not the case for elaborator subprogram (which may references -- slices in the sensitivity or driver list) and the process subprg. procedure Destroy_Types (N : Iir); + procedure Destroy_Types_In_List (L : Iir_List); end Trans.Chap9; -- cgit