Ignore:
Timestamp:
Sep 7, 2008, 12:05:40 AM (16 years ago)
Author:
dai
Message:

デバッグセクション情報周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r710 r741  
    853853
    854854    //デバッグセクションを生成
    855     CDebugSection *pobj_DebugSection;
    856     pobj_DebugSection=new CDebugSection();
     855    DebugSection *pobj_DebugSection;
     856    pobj_DebugSection=new DebugSection();
    857857    if( compiler.IsDebug() && !compiler.errorMessenger.HasError() )
    858858    {
Note: See TracChangeset for help on using the changeset viewer.