Changeset 169 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Jun 18, 2007, 3:49:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r159 r169 720 720 temporary[i2]=basbuf[i]; 721 721 } 722 importedNamespaces.Imports( temporary ); 722 if( !importedNamespaces.Imports( temporary ) ) 723 { 724 SetError(64,temporary,cp ); 725 } 723 726 724 727 continue;
Note:
See TracChangeset
for help on using the changeset viewer.