Changeset 169 in dev for trunk/abdev/BasicCompiler_Common/Class.cpp
- Timestamp:
- Jun 18, 2007, 3:49:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Class.cpp
r159 r169 785 785 temporary[i2]=basbuf[i]; 786 786 } 787 importedNamespaces.Imports( temporary ); 787 if( !importedNamespaces.Imports( temporary ) ) 788 { 789 SetError(64,temporary,cp ); 790 } 788 791 789 792 continue;
Note:
See TracChangeset
for help on using the changeset viewer.