Changeset 271 in dev for trunk/abdev/BasicCompiler_Common/src/Symbol.cpp
- Timestamp:
- Aug 10, 2007, 3:16:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Symbol.cpp
r208 r271 8 8 9 9 Symbol::Symbol( const char *fullName ) 10 : isTargetObjectModule( true ) 10 11 { 11 12 char areaName[VN_SIZE] = ""; //オブジェクト変数 … … 17 18 } 18 19 Symbol::Symbol( const string &fullName ) 20 : isTargetObjectModule( true ) 19 21 { 20 22 char areaName[VN_SIZE] = ""; //オブジェクト変数
Note:
See TracChangeset
for help on using the changeset viewer.