Changeset 672 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/calculation.cpp
- Timestamp:
- Jun 29, 2008, 2:08:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/calculation.cpp
r598 r672 492 492 return false; 493 493 } 494 i64nums[pnum] = tempType.GetSize();494 i64nums[pnum] = compiler.SizeOf( tempType ); 495 495 StrPtr[pnum]=0; 496 496 }
Note:
See TracChangeset
for help on using the changeset viewer.