Ignore:
Timestamp:
Jun 18, 2007, 3:49:30 AM (17 years ago)
Author:
dai_9181
Message:

NamespaceScopesCollection::Importsをリファクタリング

File:
1 edited

Legend:

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

    r159 r169  
    720720                temporary[i2]=basbuf[i];
    721721            }
    722             importedNamespaces.Imports( temporary );
     722            if( !importedNamespaces.Imports( temporary ) )
     723            {
     724                SetError(64,temporary,cp );
     725            }
    723726
    724727            continue;
Note: See TracChangeset for help on using the changeset viewer.