Changeset 128 in dev for BasicCompiler_Common/calculation.cpp
- Timestamp:
- May 18, 2007, 4:42:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/calculation.cpp
r126 r128 698 698 } 699 699 700 if( tempType.IsObject() ){ 701 if( tempType.GetClass().IsBlittableType() ){ 702 // Blittable型のときは基本型として扱う 703 tempType = tempType.GetClass().GetBlittableType(); 704 } 705 } 706 700 707 type[pnum] = tempType.GetBasicType(); 701 708 before_index[pnum] = tempType.GetIndex();
Note:
See TracChangeset
for help on using the changeset viewer.