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/Enum.cpp

    r167 r182  
    11#include <jenga/include/common/logger.h>
     2
     3#include <jenga/include/smoothie/Smoothie.h>
     4#include <jenga/include/smoothie/LexicalAnalysis.h>
    25
    36#include "common.h"
     
    112115
    113116    // 名前空間管理
    114     NamespaceScopes &namespaceScopes = Smoothie::Lexical::liveingNamespaceScopes;
     117    NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes;
    115118    namespaceScopes.clear();
    116119
Note: See TracChangeset for help on using the changeset viewer.