Changeset 731 for to-imperative/trunk/runtime/rf_core.cc
- Timestamp:
- May 16, 2003, 11:47:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_core.cc
r583 r731 78 78 TypeRegister rftype::Char::reg(&Char::funcs, type_char) ; 79 79 TypeRegister rftype::ShortInt::reg(&ShortInt::funcs, type_short_int) ; 80 TypeRegister rftype::Word::reg(&Word::funcs, type_word) ; 80 81 81 82 ObjectRegister rftype::Box::reg(type_box) ;
Note: See TracChangeset
for help on using the changeset viewer.