From 8010061e8af476d66a0ca6fb6d509b36acdb9b9a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 6 Sep 2018 06:35:59 +0000 Subject: Further debugging --- src/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index a4be9f5..3133963 100644 --- a/src/debug.h +++ b/src/debug.h @@ -32,6 +32,7 @@ void gemma_gsl_error_handler (const char * reason, void debug_set_debug_mode(bool setting); void debug_set_no_check_mode(bool setting); +void debug_set_no_fpe_check_mode(bool setting); void debug_set_strict_mode(bool setting); void debug_set_quiet_mode(bool setting); void debug_set_issue(uint issue); @@ -40,6 +41,7 @@ void debug_set_legacy_mode(bool setting); bool is_debug_mode(); bool is_no_check_mode(); bool is_check_mode(); +bool is_fpe_check_mode(); bool is_strict_mode(); bool is_quiet_mode(); bool is_issue(uint issue); -- cgit v1.2.3