diff options
Diffstat (limited to 'src/vhdl/translate/trans-chap9.ads')
-rw-r--r-- | src/vhdl/translate/trans-chap9.ads | 1 |
1 files changed, 1 insertions, 0 deletions
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; |