diff options
author | Pjotr Prins | 2018-09-06 06:35:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-06 06:35:59 +0000 |
commit | 8010061e8af476d66a0ca6fb6d509b36acdb9b9a (patch) | |
tree | 0ee1c266985ea274d649b7ec4b24c6fb80ff1f1d /src/debug.h | |
parent | d557b6e3cbf9cb39957e466b487db1dc55552676 (diff) | |
download | pangemma-8010061e8af476d66a0ca6fb6d509b36acdb9b9a.tar.gz |
Further debugging
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |