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

    r159 r169  
    785785                temporary[i2]=basbuf[i];
    786786            }
    787             importedNamespaces.Imports( temporary );
     787            if( !importedNamespaces.Imports( temporary ) )
     788            {
     789                SetError(64,temporary,cp );
     790            }
    788791
    789792            continue;
Note: See TracChangeset for help on using the changeset viewer.