aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/ortho_front.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-11-11 13:29:05 +0100
committerTristan Gingold <tgingold@free.fr>2018-11-12 00:58:27 +0100
commit3a3a00023b9b65c4d72cfc829c4e64d3773116d1 (patch)
treef93480208b7db320fbb18e42d252388f6f5a8979 /src/vhdl/translate/ortho_front.adb
parenta0bbc7a199377e82bb3104783bf993986cade836 (diff)
downloadghdl-3a3a00023b9b65c4d72cfc829c4e64d3773116d1.tar.gz
ghdl-3a3a00023b9b65c4d72cfc829c4e64d3773116d1.tar.bz2
ghdl-3a3a00023b9b65c4d72cfc829c4e64d3773116d1.zip
vhdl parse: get rid of parse_error exception.
Diffstat (limited to 'src/vhdl/translate/ortho_front.adb')
-rw-r--r--src/vhdl/translate/ortho_front.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb
index 143a6f6f1..8e0532738 100644
--- a/src/vhdl/translate/ortho_front.adb
+++ b/src/vhdl/translate/ortho_front.adb
@@ -506,8 +506,7 @@ package body Ortho_Front is
return True;
end if;
exception
- when Compilation_Error
- | Parse_Error =>
+ when Compilation_Error =>
if Flag_Expect_Failure then
-- Very brutal...
GNAT.OS_Lib.OS_Exit (0);