Changeset 633 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_ProcOp.cpp
- Timestamp:
- Jun 7, 2008, 9:17:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_ProcOp.cpp
r603 r633 213 213 } 214 214 215 trace_for_sourcecodestep( "★★★ " << pUserProc->GetFullName() << "のコンパイルを開始" );215 trace_for_sourcecodestep( "★★★ " << FormatEscapeSequenceStringToDefaultString( pUserProc->GetFullName() ) << "のコンパイルを開始" ); 216 216 217 217 pUserProc->CompleteCompile(); … … 256 256 if( !pUserProc->IsAutoGeneration() ) 257 257 { 258 cp=pUserProc->Get CodePos();258 cp=pUserProc->GetSourceCodePosition().GetPos(); 259 259 for(;;cp++){ 260 260 if(IsCommandDelimitation(basbuf[cp])) break;
Note:
See TracChangeset
for help on using the changeset viewer.