Changeset 290 in dev for trunk/abdev/BasicCompiler32/Compile_Object.cpp
- Timestamp:
- Aug 21, 2007, 11:00:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Object.cpp
r263 r290 52 52 Opcode_CallProc(CreateParameter, 53 53 pUserProc, 54 PROCFLAG_NEW,"" ,0);54 PROCFLAG_NEW,""); 55 55 56 56 { … … 65 65 Opcode_CallProc(temporary, 66 66 subs[0], 67 PROCFLAG_NEW,"" ,0);67 PROCFLAG_NEW,""); 68 68 } 69 69 else{
Note:
See TracChangeset
for help on using the changeset viewer.