Ignore:
Timestamp:
Aug 12, 2007, 1:49:58 AM (17 years ago)
Author:
dai_9181
Message:

DllProc::pNextDataを排除した

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Procedure.h

    r276 r277  
    427427
    428428public:
    429     // ハッシュリスト用
    430     DllProc *pNextData;
    431 
    432429    DllProc( const NamespaceScopes &namespaceScopes, const string &name, Kind kind, bool isCdecl, const string &dllFileName, const string &alias )
    433430        : Procedure( namespaceScopes, name, kind, isCdecl )
     
    435432        , alias( alias )
    436433        , lookupAddress( 0 )
    437         , pNextData( NULL )
    438434    {
    439435    }
Note: See TracChangeset for help on using the changeset viewer.