Changeset 334 in dev for trunk/abdev/BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Sep 28, 2007, 12:05:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Var.cpp
r301 r334 250 250 if(!GetArrayOffset(pMember->GetSubscripts(),array,pMember->GetType())){ 251 251 if(isErrorEnabled) SetError(14,member,cp); 252 return false; 252 253 } 253 254 }
Note:
See TracChangeset
for help on using the changeset viewer.