From d1f0fedf7882cf1b15ea6450da5bbd878d007a98 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 06:57:01 +0200 Subject: vhdl: move canon to a vhdl child package. --- src/vhdl/translate/translation.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/translate/translation.adb') diff --git a/src/vhdl/translate/translation.adb b/src/vhdl/translate/translation.adb index 9dab1243b..4f66723cf 100644 --- a/src/vhdl/translate/translation.adb +++ b/src/vhdl/translate/translation.adb @@ -29,7 +29,7 @@ with Std_Package; use Std_Package; with Sem_Specs; with Libraries; with Std_Names; -with Canon; +with Vhdl.Canon; with Trans; with Trans_Decls; use Trans_Decls; with Trans.Chap1; @@ -375,7 +375,7 @@ package body Translation is Init_Node_Infos; -- Set flags for canon. - Canon.Canon_Flag_Add_Labels := True; + Vhdl.Canon.Canon_Flag_Add_Labels := True; -- Force to unnest subprograms is the code generator doesn't support -- nested subprograms. -- cgit v1.2.3