Ignore:
Timestamp:
Aug 9, 2007, 3:18:40 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r266 r270  
    5858
    5959public:
     60    bool isTargetObjectModule;
    6061    Procedure( const NamespaceScopes &namespaceScopes, const string &name, Kind kind, bool isCdecl )
    6162        : Symbol( namespaceScopes, name )
     
    6465        , isUsing( false )
    6566        , codePos( -1 )
     67        , isTargetObjectModule( true )
    6668    {
    6769    }
    6870    Procedure()
     71        : isTargetObjectModule( true )
    6972    {
    7073    }
Note: See TracChangeset for help on using the changeset viewer.