Changeset 747 for to-imperative/trunk/runtime/rf_word.ih
- Timestamp:
- May 21, 2003, 7:25:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_word.ih
r743 r747 90 90 } 91 91 92 inline wchar_t* Word::get_content() const {93 Header* h = static_cast<Header*>(ptr_data2);94 return h->content;95 }96 97 92 98 93 //first symbol in word is '-' res == -1; '+' res == 1, … … 155 150 } 156 151 157 inline const uintptr_tWord::NumIterator::operator * () const152 inline const char Word::NumIterator::operator * () const 158 153 { 159 154 return *iter - 48;
Note: See TracChangeset
for help on using the changeset viewer.