Changeset 103 in dev for BasicCompiler64/MakePeHdr.cpp
- Timestamp:
- May 2, 2007, 4:08:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/MakePeHdr.cpp
r100 r103 302 302 303 303 if(!bDll){ 304 // 名前空間が初期化されているかをチェック 305 if( Smoothie::Lexical::liveingNamespaceScopes.size() ){ 306 SetError(); 307 } 308 304 309 //ラベル用のメモリを確保 305 310 extern LABEL *pLabelNames; … … 411 416 HeapDefaultFree(WithInfo.ppName); 412 417 HeapDefaultFree(WithInfo.pWithCp); 418 419 // 名前空間が正しく閉じられているかをチェック 420 if( Smoothie::Lexical::liveingNamespaceScopes.size() ){ 421 SetError(63,NULL,-1); 422 } 423 413 424 } 414 425 else{
Note:
See TracChangeset
for help on using the changeset viewer.