Changes in src/libcfa/limits [17e5e2b:53ba273]
- File:
-
- 1 edited
-
src/libcfa/limits (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/limits
r17e5e2b r53ba273 13 13 // Update Count : 6 14 14 // 15 16 #ifdef __CFORALL__17 18 #ifndef LIMITS_H19 #define LIMITS_H20 15 21 16 // Integral Constants … … 112 107 extern const long _Complex _1_SQRT_2; // 1 / sqrt(2) 113 108 114 #endif // LIMITS_H115 116 #else117 #include_next <limits>118 #endif //__CFORALL__119 120 109 // Local Variables: // 121 110 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.