Ignore:
Timestamp:
Jun 26, 2007, 1:48:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp

    r182 r195  
    11#include <jenga/include/smoothie/Smoothie.h>
    22#include <jenga/include/smoothie/LexicalAnalysis.h>
     3
     4#include <NamespaceSupporter.h>
    35
    46#include "../BasicCompiler_Common/common.h"
     
    250252
    251253    // 名前空間管理
    252     NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes;
     254    NamespaceScopes &namespaceScopes = namespaceSupporter.GetLivingNamespaceScopes();
    253255    namespaceScopes.clear();
    254256
Note: See TracChangeset for help on using the changeset viewer.