Changeset 421 in dev for trunk/abdev/BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Mar 8, 2008, 12:37:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Var.cpp
r409 r421 813 813 /////////////////////////////////////// 814 814 815 if( type.IsObject() || type.IsStruct() ){816 //オブジェクトまたは構造体の場合はありえない817 SetError(300,NULL,cp);818 return false;819 }820 821 815 if( subscripts.size() > 0 ){ 822 816 SetError(41,0,cp);
Note:
See TracChangeset
for help on using the changeset viewer.