Changeset a405983 for libcfa/src/stdhdr/math.h
- Timestamp:
- Jun 5, 2025, 10:48:38 PM (4 months ago)
- Branches:
- master
- Children:
- 9c1880b
- Parents:
- 8236f00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/math.h
r8236f00 ra405983 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue May 7 16:41:02 202413 // Update Count : 2 212 // Last Modified On : Thu Jun 5 22:36:49 2025 13 // Update Count : 23 14 14 // 15 15 16 16 extern "C" { 17 17 #if ! defined( exception ) // nesting ? 18 #define exception ``exception // make keyword an identifier18 //#define exception ``exception // make keyword an identifier 19 19 #define __CFA_MATH_H__ 20 20 #endif … … 31 31 32 32 #if defined( exception ) && defined( __CFA_MATH_H__ ) // reset only if set 33 #undef exception33 //#undef exception 34 34 #undef __CFA_MATH_H__ 35 35 #endif
Note:
See TracChangeset
for help on using the changeset viewer.