Ignore:
Timestamp:
Apr 25, 2007, 4:19:28 AM (17 years ago)
Author:
dai_9181
Message:

名前空間機能をグローバル関数に適用(作業完了)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Subroutine.cpp

    r100 r101  
    618618            if(pobj_c==psi2->GetParentClassPtr()){
    619619                //重複エラーチェックを行う
    620                 if( pUserProc->GetName() == psi2->GetName() ){
     620                if( pUserProc->IsEqualSymbol( *psi2 ) ){
    621621                    if( Parameter::Equals( psi2->Params(), pUserProc->Params() ) ){
    622622                        SetError(15,pUserProc->GetName().c_str(),nowLine);
     
    661661
    662662    // 名前空間管理
    663     NamespaceScopes namespaceScopes;
     663    NamespaceScopes &namespaceScopes = Smoothie::Lexical::liveingNamespaceScopes;
     664    namespaceScopes.clear();
    664665
    665666    i=-1;
Note: See TracChangeset for help on using the changeset viewer.