Changeset 632 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_ProcOp.cpp
- Timestamp:
- Jun 5, 2008, 10:04:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_ProcOp.cpp
r603 r632 289 289 } 290 290 291 trace_for_sourcecodestep( "★★★ " << pUserProc->GetFullName() << "のコンパイルを開始" );291 trace_for_sourcecodestep( "★★★ " << FormatEscapeSequenceStringToDefaultString( pUserProc->GetFullName() ) << "のコンパイルを開始" ); 292 292 293 293 pUserProc->CompleteCompile(); … … 330 330 if( !pUserProc->IsAutoGeneration() ) 331 331 { 332 cp=pUserProc->Get CodePos();332 cp=pUserProc->GetSourceCodePosition().GetPos(); 333 333 for(;;cp++){ 334 334 if(IsCommandDelimitation(basbuf[cp])) break;
Note:
See TracChangeset
for help on using the changeset viewer.