Changeset 1114 for to-imperative/trunk/library/Vector/vector_ref.cc
- Timestamp:
- Aug 6, 2003, 8:16:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/Vector/vector_ref.cc
r1072 r1114 20 20 RF_LIB_ERROR("Invalid argument"); 21 21 Term* p_index = _index.get_first(); 22 rftype:: ShortInt* number = p_index->cast_to<rftype::ShortInt>(type_short_int);22 rftype::Int32* number = p_index->cast_to<rftype::Int32>(type_int32); 23 23 if (!number) 24 24 RF_LIB_ERROR("Invalid argument");
Note: See TracChangeset
for help on using the changeset viewer.