From 3a3a00023b9b65c4d72cfc829c4e64d3773116d1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 11 Nov 2018 13:29:05 +0100 Subject: vhdl parse: get rid of parse_error exception. --- src/vhdl/translate/ortho_front.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/vhdl/translate/ortho_front.adb') 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); -- cgit v1.2.3