Ignore:
Timestamp:
Aug 3, 2007, 11:53:50 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp

    r260 r261  
    403403
    404404    //ラベル管理オブジェクトを初期化
    405     extern Labels labels;
    406     labels.clear();
     405    compiler.codeGenerator.gotoLabels.clear();
    407406
    408407    //Gotoラベルスケジュール
Note: See TracChangeset for help on using the changeset viewer.