Changeset 11 in dev for BasicCompiler32/Compile_Statement.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Statement.cpp
r3 r11 1573 1573 1574 1574 LONG_PTR lpIndex; 1575 RELATIVE_VAR RelativeVar; 1576 GetVarOffset(1,temporary,&type,&RelativeVar,&lpIndex); 1575 type = GetVarType(temporary,&lpIndex,1); 1577 1576 1578 1577 sprintf(temp2,"_System_InputDataPtr[%d]=VarPtr(%s)",i4,temporary);
Note:
See TracChangeset
for help on using the changeset viewer.