Changeset 206 in dev for trunk/abdev/BasicCompiler_Common/OldStatement.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/OldStatement.cpp
r97 r206 1 #include "stdafx.h" 2 1 3 #include "common.h" 2 4 … … 116 118 OpcodeCalc(temp2); 117 119 118 UserProc *pUserProc;120 const UserProc *pUserProc; 119 121 if(bFile) pUserProc=GetSubHash("INPUT_FromFile"); 120 122 else pUserProc=GetSubHash("INPUT_FromPrompt"); … … 218 220 OpcodeCalc(temp2); 219 221 220 UserProc *pUserProc;222 const UserProc *pUserProc; 221 223 if(bFile) pUserProc=GetSubHash("PRINTUSING_ToFile"); 222 224 else pUserProc=GetSubHash("PRINTUSING_ToPrompt"); … … 322 324 if(sw) lstrcat(buffer,"+Ex\"\\r\\n\""); 323 325 324 UserProc *pUserProc;326 const UserProc *pUserProc; 325 327 if(bFile) pUserProc=GetSubHash("PRINT_ToFile"); 326 328 else pUserProc=GetSubHash("PRINT_ToPrompt");
Note:
See TracChangeset
for help on using the changeset viewer.