Changes in include/math.h [2871210:b87a5ed]
- File:
-
- 1 edited
-
include/math.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/math.h
r2871210 rb87a5ed 10 10 // Created On : Mon Nov 10 23:41:29 2014 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S un Jun 28 09:05:22 201513 // Update Count : 612 // Last Modified On : Sat May 16 07:55:52 2015 13 // Update Count : 3 14 14 15 15 // This include file uses the CFA keyword "type" as a field name of a structure. 16 16 // The name is changed only for the include file. 17 17 18 #ifndef type // nesting ?19 18 #define type `type` 20 #define __CFA_MATH_H__21 #endif // type22 19 #include_next <math.h> 23 #ifdef __CFA_MATH_H__24 20 #undef type 25 #endif // __CFA_MATH_H__26 21 27 22 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.