Changeset 934
- Timestamp:
- Jul 1, 2003, 8:15:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_char.ih
r930 r934 32 32 33 33 inline bool Char::is_letter() const { 34 return ( ( (this->uint_data2)>64 && (this->uint_data2)<91 ) 35 || ((this->uint_data2)>96 && (this->uint_data2) < 123)); 34 return iswalpha(this->uint_data2); 36 35 } 37 36
Note: See TracChangeset
for help on using the changeset viewer.