Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/rational

    r17e5e2b rd1ab5331  
    1515// Update Count     : 16
    1616//
    17 #ifdef __CFORALL__
    18 
    19 #ifndef RATIONAL_H
    20 #define RATIONAL_H
    2117
    2218#include "iostream"
     
    6561forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, Rational );
    6662
    67 #endif // RATIONAL_H
    68 
    69 #else
    70 #include_next <rational>
    71 #endif //__CFORALL__
    72 
    7363// Local Variables: //
    7464// mode: c //
Note: See TracChangeset for help on using the changeset viewer.