Changeset 11 in dev for BasicCompiler_Common/calculation.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/calculation.cpp
r7 r11 1299 1299 1300 1300 //変数 1301 RELATIVE_VAR RelativeVar;1302 1301 CClass *pobj_Class; 1303 if(!GetVarOffset(1,Command+i2,&type,&RelativeVar,(LONG_PTR *)&pobj_Class)){ 1302 type = GetVarType(Command+i2,(LONG_PTR *)&pobj_Class,1); 1303 if(type==-1 || type ==0){ 1304 1304 //エラー 1305 1305 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.