Changeset 339 in dev for trunk/abdev/BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Oct 3, 2007, 3:42:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Var.cpp
r317 r339 277 277 if(!GetArrayOffset(pMember->GetSubscripts(),array,pMember->GetType())){ 278 278 if(isErrorEnabled) SetError(14,member,cp); 279 return false; 279 280 } 280 281 }
Note:
See TracChangeset
for help on using the changeset viewer.