Changeset 421 in dev for trunk/abdev/BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Mar 8, 2008, 12:37:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Var.cpp
r410 r421 832 832 /////////////////////////////////////// 833 833 834 if( type.IsObject() || type.IsStruct() ){835 //オブジェクトまたは構造体の場合はありえない836 SetError(300,NULL,cp);837 return false;838 }839 840 834 if( subscripts.size() > 0 ){ 841 835 SetError(41,0,cp);
Note:
See TracChangeset
for help on using the changeset viewer.