Changeset 425 in dev for trunk/abdev/BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Mar 10, 2008, 5:40:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Var.cpp
r421 r425 453 453 int ptrLevel = PTR_LEVEL( resultType.GetBasicType() ); 454 454 455 // TODO: ベースオブジェクト(指定されていないときはObjectクラス)にセットする455 // 制約クラス(指定されていないときはObjectクラス)にセットする 456 456 resultType.SetBasicType( DEF_OBJECT ); 457 457
Note:
See TracChangeset
for help on using the changeset viewer.