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

    r143 r169  
    192192                temporary[i2]=basbuf[i];
    193193            }
    194             importedNamespaces.Imports( temporary );
     194            if( !importedNamespaces.Imports( temporary ) )
     195            {
     196                SetError(64,temporary,cp );
     197            }
    195198
    196199            continue;
Note: See TracChangeset for help on using the changeset viewer.