Ignore:
Timestamp:
Aug 10, 2007, 3:16:42 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Symbol.cpp

    r208 r271  
    88
    99Symbol::Symbol( const char *fullName )
     10    : isTargetObjectModule( true )
    1011{
    1112    char areaName[VN_SIZE] = "";        //オブジェクト変数
     
    1718}
    1819Symbol::Symbol( const string &fullName )
     20    : isTargetObjectModule( true )
    1921{
    2022    char areaName[VN_SIZE] = "";        //オブジェクト変数
Note: See TracChangeset for help on using the changeset viewer.