diff options
Diffstat (limited to 'libgcobol/common-defs.h')
-rw-r--r-- | libgcobol/common-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcobol/common-defs.h b/libgcobol/common-defs.h index a78022a..a3884fd 100644 --- a/libgcobol/common-defs.h +++ b/libgcobol/common-defs.h @@ -589,7 +589,7 @@ class cbl_enabled_exceptions_t : protected std::set<cbl_enabled_exception_t> cbl_enabled_exceptions_t& operator=( const cbl_enabled_exceptions_t& ) = default; }; -extern cbl_enabled_exceptions_t enabled_exceptions; +cbl_enabled_exceptions_t& cdf_enabled_exceptions(); template <typename T> T enabled_exception_match( T beg, T end, ec_type_t type, size_t file ) { |