Changeset 103 in dev for BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- May 2, 2007, 4:08:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/MakePeHdr.cpp
r100 r103 351 351 352 352 if(!bDll){ 353 // 名前空間が初期化されているかをチェック 354 if( Smoothie::Lexical::liveingNamespaceScopes.size() ){ 355 SetError(); 356 } 357 353 358 //ラベル用のメモリを確保 354 359 extern LABEL *pLabelNames; … … 445 450 HeapDefaultFree(WithInfo.ppName); 446 451 HeapDefaultFree(WithInfo.pWithCp); 452 453 // 名前空間が正しく閉じられているかをチェック 454 if( Smoothie::Lexical::liveingNamespaceScopes.size() ){ 455 SetError(63,NULL,-1); 456 } 457 447 458 } 448 459 else{
Note:
See TracChangeset
for help on using the changeset viewer.