aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.adb')
-rw-r--r--src/flags.adb7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/flags.adb b/src/flags.adb
index cc0e0815a..8be5bb659 100644
--- a/src/flags.adb
+++ b/src/flags.adb
@@ -22,10 +22,9 @@ package body Flags is
case Vhdl_Std is
when Vhdl_87 =>
Flag_String (1 .. 2) := "87";
- when Vhdl_93c
- | Vhdl_93
- | Vhdl_00
- | Vhdl_02 =>
+ when Vhdl_93
+ | Vhdl_00
+ | Vhdl_02 =>
Flag_String (1 .. 2) := "93";
when Vhdl_08 =>
Flag_String (1 .. 2) := "08";