- Timestamp:
- Mar 1, 2026, 5:53:00 PM (24 hours ago)
- Branches:
- master
- Children:
- a9bf505
- Parents:
- 02e7483
- File:
-
- 1 edited
-
libcfa/src/stdhdr/math.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/math.h
r02e7483 re0d90b2 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 6 06:35:49 202513 // Update Count : 2 412 // Last Modified On : Sun Feb 8 22:03:48 2026 13 // Update Count : 25 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.