Changeset 1106 for to-imperative/trunk/runtime/rf_core.cc
- Timestamp:
- Aug 6, 2003, 5:30:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_core.cc
r1066 r1106 99 99 TypeRegister rftype::ObjectRef::reg(&ObjectRef::funcs, type_object) ; 100 100 TypeRegister rftype::Char::reg(&Char::funcs, type_char) ; 101 TypeRegister rftype:: ShortInt::reg(&ShortInt::funcs, type_short_int) ;101 TypeRegister rftype::Int32::reg(&Int32::funcs, type_int32) ; 102 102 TypeRegister rftype::Integer::reg(&Integer::funcs, type_int) ; 103 103 TypeRegister rftype::Word::reg(&Word::funcs, type_word) ;
Note: See TracChangeset
for help on using the changeset viewer.