Ignore:
Timestamp:
Jun 24, 2007, 6:49:13 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r128 r182  
     1#include <jenga/include/smoothie/Smoothie.h>
     2#include <jenga/include/smoothie/LexicalAnalysis.h>
     3
    14#include "../BasicCompiler_Common/common.h"
    25
     
    247250
    248251    // 名前空間管理
    249     NamespaceScopes &namespaceScopes = Smoothie::Lexical::liveingNamespaceScopes;
     252    NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes;
    250253    namespaceScopes.clear();
    251254
Note: See TracChangeset for help on using the changeset viewer.