Ignore:
Timestamp:
Jul 29, 2007, 12:33:04 PM (17 years ago)
Author:
dai_9181
Message:

BreakPertialScheduleをリファクタリング

File:
1 edited

Legend:

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

    r246 r248  
    55#include <jenga/include/smoothie/Smoothie.h>
    66
    7 #include <LexicalScopingImpl.h>
     7#include <LexicalScope.h>
    88#include <Class.h>
    99#include <Compiler.h>
     
    387387
    388388    //レキシカルスコープ情報を初期化
    389     GetLexicalScopes().Init(obp);
     389    compiler.codeGenerator.lexicalScopes.Init(obp);
    390390
    391391
Note: See TracChangeset for help on using the changeset viewer.