Changeset 202 in dev for trunk/abdev/BasicCompiler64/MakePeHdr.cpp
- Timestamp:
- Jul 3, 2007, 1:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/MakePeHdr.cpp
r198 r202 6 6 #include <ClassImpl.h> 7 7 #include <Compiler.h> 8 #include <NamespaceSupporter.h>9 8 10 9 #include "../BasicCompiler_Common/common.h" … … 319 318 if(!bDll){ 320 319 // 名前空間が初期化されているかをチェック 321 if( namespaceSupporter.GetLivingNamespaceScopes().size() ){320 if( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes().size() ){ 322 321 SetError(); 323 322 } … … 434 433 435 434 // 名前空間が正しく閉じられているかをチェック 436 if( namespaceSupporter.GetLivingNamespaceScopes().size() ){435 if( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes().size() ){ 437 436 SetError(63,NULL,-1); 438 437 }
Note:
See TracChangeset
for help on using the changeset viewer.