allow setting up arithmetic exception handling.
This commit is contained in:
@@ -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]).
|
||||
|
Reference in New Issue
Block a user