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

    r188 r193  
     1#include <Compiler.h>
     2
    13#include "common.h"
    24#include OPCODE_H_PATH  //opcode.h
     
    1214        return false;
    1315    }
    14     return NamespaceScopes::IsSameArea( this->namespaceScopes, namespaceScopes );
     16    return compiler.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );
    1517}
    1618bool ConstBase::IsEqualSymbol( const string &fullName ) const
Note: See TracChangeset for help on using the changeset viewer.