aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdllocal.adb7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb
index ec2356e4b..b2df3769f 100644
--- a/src/ghdldrv/ghdllocal.adb
+++ b/src/ghdldrv/ghdllocal.adb
@@ -361,10 +361,9 @@ package body Ghdllocal is
case Vhdl_Std is
when Vhdl_87 =>
return "v87";
- when Vhdl_93c
- | Vhdl_93
- | Vhdl_00
- | Vhdl_02 =>
+ when Vhdl_93
+ | Vhdl_00
+ | Vhdl_02 =>
return "v93";
when Vhdl_08 =>
return "v08";