Index: libcfa/src/stdhdr/math.h
===================================================================
--- libcfa/src/stdhdr/math.h	(revision 0528d798fb35724a11e41393acbcc3a4ae458586)
+++ libcfa/src/stdhdr/math.h	(revision a405983821861df819e7accc36e10727ee8544d7)
@@ -10,11 +10,11 @@
 // Created On       : Mon Jul  4 23:25:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May  7 16:41:02 2024
-// Update Count     : 22
+// Last Modified On : Thu Jun  5 22:36:49 2025
+// Update Count     : 23
 // 
 
 extern "C" {
 #if ! defined( exception )								// nesting ?
-#define exception ``exception							// make keyword an identifier
+//#define exception ``exception							// make keyword an identifier
 #define __CFA_MATH_H__
 #endif
@@ -31,5 +31,5 @@
 
 #if defined( exception ) && defined( __CFA_MATH_H__ )	// reset only if set
-#undef exception
+//#undef exception
 #undef __CFA_MATH_H__
 #endif
