Changeset 1994
- Timestamp:
- Jun 15, 2006, 4:58:28 AM (15 years ago)
- Location:
- to-imperative/trunk/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_common.hh
r1778 r1994 68 68 extern const static_object_t static_object; 69 69 70 #ifdef RFRT_WITHOUT_MPINT 71 #define RFRT_WITHOUT_GMP 72 #endif 73 70 74 } 71 75 -
to-imperative/trunk/runtime/rf_integer.ih
r1908 r1994 4 4 #include "rf_integer.hh" 5 5 6 #ifdef RFRT_WITHOUT_ GMP6 #ifdef RFRT_WITHOUT_MPINT 7 7 8 8 #include "rf_short_int.ih" 9 9 10 #el se //!defined RFRT_WITHOUT_GMP10 #elif !defined RFRT_WITHOUT_GMP 11 11 12 12 #include "rf_expr.ih"
Note: See TracChangeset
for help on using the changeset viewer.