Ignore:
Timestamp:
Jun 26, 2007, 5:04:50 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r182 r193  
    55#include <LexicalScopingImpl.h>
    66#include <CodeGenerator.h>
     7#include <Compiler.h>
    78
    89#include "../BasicCompiler_Common/common.h"
     
    260261                break;
    261262            case ESC_IMPORTS:
    262                 Smoothie::Temp::importedNamespaces.Imports( Command + 2 );
     263                compiler.ImportsNamespace( Command + 2 );
    263264                break;
    264265            case ESC_CLEARNAMESPACEIMPORTED:
    265                 Smoothie::Temp::importedNamespaces.clear();
     266                compiler.GetImportedNamespaces().clear();
    266267                break;
    267268
Note: See TracChangeset for help on using the changeset viewer.