Changeset cc18e17 for libcfa/src/stdhdr
- Timestamp:
- Mar 16, 2021, 11:14:28 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 386af65
- Parents:
- a196885 (diff), 05e29f0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/math.h
ra196885 rcc18e17 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 15 14:02:03 202113 // Update Count : 1 712 // Last Modified On : Fri Feb 7 19:05:27 2020 13 // Update Count : 15 14 14 // 15 15 16 16 extern "C" { 17 #if ! defined( exception ) // nesting ? 18 #define exception ``exception // make keyword an identifier 19 #define __CFA_MATH_H__ 20 #endif 17 21 18 22 #include_next <math.h> // has internal check for multiple expansion 19 23 24 #if defined( exception ) && defined( __CFA_MATH_H__ ) // reset only if set 25 #undef exception 26 #undef __CFA_MATH_H__ 27 #endif 20 28 } // extern "C" 21 29
Note:
See TracChangeset
for help on using the changeset viewer.