aboutsummaryrefslogtreecommitdiffstats
path: root/canon.adb
diff options
context:
space:
mode:
Diffstat (limited to 'canon.adb')
-rw-r--r--canon.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/canon.adb b/canon.adb
index acf8c21de..2fdcfb717 100644
--- a/canon.adb
+++ b/canon.adb
@@ -22,7 +22,7 @@ with Name_Table;
with Sem;
with Std_Names;
with Iir_Chains; use Iir_Chains;
-with Flags;
+with Flags; use Flags;
package body Canon is
-- Canonicalize a list of declarations. LIST can be null.
@@ -1712,7 +1712,7 @@ package body Canon is
end if;
when Iir_Kind_Generate_Statement =>
if False
- and then Flags.Vhdl_Std = Vhdl_87
+ and then Vhdl_Std = Vhdl_87
and then
Get_Kind (Conf) = Iir_Kind_Configuration_Specification
then