Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/limits

    r17e5e2b r53ba273  
    1313// Update Count     : 6
    1414//
    15 
    16 #ifdef __CFORALL__
    17 
    18 #ifndef LIMITS_H
    19 #define LIMITS_H
    2015
    2116// Integral Constants
     
    112107extern const long _Complex _1_SQRT_2;                                   // 1 / sqrt(2)
    113108
    114 #endif // LIMITS_H
    115 
    116 #else
    117 #include_next <limits>
    118 #endif //__CFORALL__
    119 
    120109// Local Variables: //
    121110// mode: c //
Note: See TracChangeset for help on using the changeset viewer.