Changes in src/libcfa/rational [d1ab5331:17e5e2b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/rational
rd1ab5331 r17e5e2b 15 15 // Update Count : 16 16 16 // 17 #ifdef __CFORALL__ 18 19 #ifndef RATIONAL_H 20 #define RATIONAL_H 17 21 18 22 #include "iostream" … … 61 65 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, Rational ); 62 66 67 #endif // RATIONAL_H 68 69 #else 70 #include_next <rational> 71 #endif //__CFORALL__ 72 63 73 // Local Variables: // 64 74 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.