Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/math

    r17e5e2b r8884112  
    1414//
    1515
    16 #ifdef __CFORALL__
    17 
    18 #ifndef MATH_H
    19 #define MATH_H
    20 
    2116extern "C" {
    2217#include <math.h>                                                                               // fpclassify, isfinite, isnormal, isnan, isinf
     
    354349long double scalbln( long double, long int );
    355350
    356 #endif // MATH_H
    357 
    358 #else
    359 #include_next <math>
    360 #endif //__CFORALL__
    361 
    362351// Local Variables: //
    363352// mode: c //
Note: See TracChangeset for help on using the changeset viewer.