Changeset 424 in dev for trunk/abdev/BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Mar 10, 2008, 5:39:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Var.cpp
r421 r424 428 428 int ptrLevel = PTR_LEVEL( resultType.GetBasicType() ); 429 429 430 // TODO: ベースオブジェクト(指定されていないときはObjectクラス)にセットする430 // 制約クラス(指定されていないときはObjectクラス)にセットする 431 431 resultType.SetBasicType( DEF_OBJECT ); 432 432
Note:
See TracChangeset
for help on using the changeset viewer.