aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.adb')
-rw-r--r--src/flags.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flags.adb b/src/flags.adb
index a66d0ebca..b3f95f5f7 100644
--- a/src/flags.adb
+++ b/src/flags.adb
@@ -26,6 +26,8 @@ package body Flags is
Flag_String (1 .. 2) := "93";
when Vhdl_08 =>
Flag_String (1 .. 2) := "08";
+ when Vhdl_19 =>
+ Flag_String (1 .. 2) := "19";
end case;
if Flag_Integer_64 then
Flag_String (3) := 'I';