Changes in src/libcfa/stdhdr/math.h [0304215a:ed0e67a]
- File:
-
- 1 edited
-
src/libcfa/stdhdr/math.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdhdr/math.h
r0304215a red0e67a 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T hu Feb 22 18:16:07 201813 // Update Count : 1 312 // Last Modified On : Tue Jul 5 20:38:18 2016 13 // Update Count : 12 14 14 // 15 15 16 16 extern "C" { 17 #if ! defined( exception ) // nesting ?18 #define exception `exception` // make keyword an identifier19 #define __CFA_MATH_H__20 #endif21 22 17 #include_next <math.h> // has internal check for multiple expansion 23 24 #if defined( exception ) && defined( __CFA_MATH_H__ ) // reset only if set25 #undef exception26 #undef __CFA_MATH_H__27 #endif28 18 } // extern "C" 29 19
Note:
See TracChangeset
for help on using the changeset viewer.