Changeset 756 for to-imperative/trunk/runtime/rf_char.ih
- Timestamp:
- May 25, 2003, 8:58:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_char.ih
r731 r756 31 31 }; 32 32 33 inline bool Char::is_not_space() const { 34 bool res = true; 35 if (uint_data2 == 32) 36 res = false; 37 return res; 38 } 33 39 34 40 #if 0
Note: See TracChangeset
for help on using the changeset viewer.