allow setting up arithmetic exception handling.

This commit is contained in:
Vítor Santos Costa
2014-10-19 11:27:53 +01:00
parent 13421d0cd7
commit 47d1bd5ecc
8 changed files with 50 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
%%% -*- Mode: Prolog; -*-
<%%% -*- Mode: Prolog; -*-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
@@ -221,6 +221,7 @@
% load library modules
:- use_module(library(system), [exec/3, file_exists/1,wait/2]).
:- use_module(library(lists), [memberchk/2]).
:- yap_flag(arithmetic_exceptions, false).
% load our own modules
:- use_module(gflags, _, [flag_get/2]).