Changeset 1110 for to-imperative/trunk/library/Class/int_q.cc
- Timestamp:
- Aug 6, 2003, 5:46:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/Class/int_q.cc
r978 r1110 19 19 Term* p = e_Exp.get_first(); 20 20 unsigned t = p->get_type(); 21 if (t != type_int && t != type_ short_int)21 if (t != type_int && t != type_int32) 22 22 retfail; 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.