Ignore:
Timestamp:
Dec 30, 2008, 1:56:34 PM (16 years ago)
Author:
dai
Message:

[750]をx64版にマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_Statement.cpp

    r720 r768  
    248248int GetLabelAddress(char *LabelName,int LineNum){
    249249    if(LabelName){
    250         BOOST_FOREACH( const GotoLabel &label, compiler.codeGenerator.gotoLabels )
     250        foreach( const GotoLabel &label, compiler.codeGenerator.gotoLabels )
    251251        {
    252252            if( label.name.size() > 0 )
     
    260260    }
    261261    else{
    262         BOOST_FOREACH( const GotoLabel &label, compiler.codeGenerator.gotoLabels )
     262        foreach( const GotoLabel &label, compiler.codeGenerator.gotoLabels )
    263263        {
    264264            if( label.name.size() == 0 )
Note: See TracChangeset for help on using the changeset viewer.