Changeset 290 in dev for trunk/abdev/BasicCompiler_Common/OldStatement.cpp
- Timestamp:
- Aug 21, 2007, 11:00:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/OldStatement.cpp
r206 r290 125 125 return; 126 126 } 127 Opcode_CallProc(buffer,pUserProc,0,"" ,0);127 Opcode_CallProc(buffer,pUserProc,0,""); 128 128 } 129 129 void Opcode_PrintUsing(const char *Parameter,char *buffer,BOOL bFile){ … … 227 227 return; 228 228 } 229 Opcode_CallProc(buffer,pUserProc,0,"" ,0);229 Opcode_CallProc(buffer,pUserProc,0,""); 230 230 } 231 231 void Opcode_Print(const char *Parameter,BOOL bWrite){ … … 331 331 return; 332 332 } 333 Opcode_CallProc(buffer,pUserProc,0,"" ,0);333 Opcode_CallProc(buffer,pUserProc,0,""); 334 334 }
Note:
See TracChangeset
for help on using the changeset viewer.