Ignore:
Timestamp:
Aug 6, 2007, 11:44:42 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/DebugSection.h

    r263 r265  
    3030
    3131    //インクルード情報
    32     INCLUDEFILEINFO IncludeFileInfo;
     32    INCLUDEFILEINFO _IncludeFileInfo;
    3333
    3434    //ソースコード
     
    3636
    3737    //コードと行番号の関係
    38     SourceLines oldSourceLines;
    39 
    40     // クラス情報
    41     Classes *pobj_DBClass;
    42 
    43     //定数を取得
    44     Consts globalConsts;
    45     ConstMacros globalConstMacros;
     38    SourceLines _oldSourceLines;
    4639
    4740    //グローバル実行領域のサイズ
    4841    int GlobalOpBufferSize;
    49 
    50     //プロシージャ
    51     UserProcs userProcs;
    5242
    5343    const UserProc *pSub_DebugSys_EndProc;
     
    7363        , dwRVA_CodeSection( 0 )
    7464        , SizeOf_CodeSection( 0 )
    75         , pobj_DBClass( NULL )
    7665        , GlobalOpBufferSize( 0 )
    7766        , pSub_DebugSys_EndProc( NULL )
Note: See TracChangeset for help on using the changeset viewer.