- Timestamp:
- Mar 8, 2008, 12:37:14 PM (17 years ago)
- Location:
- trunk/abdev
- Files:
-
- 2 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); -
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.