Changeset 57 in dev for BasicCompiler_Common/Variable.cpp
- Timestamp:
- Feb 16, 2007, 2:15:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Variable.cpp
r55 r57 1096 1096 1097 1097 if( pTypeInfo->type == DEF_OBJECT && InitBuf[0] != '\0' && InitBuf[0] != '[' && isRef == false ){ 1098 lstrcpy( ConstractParameter, InitBuf ); 1099 InitBuf[0] = 0; 1098 if( pTypeInfo->u.pobj_Class->GetCopyConstructorMethod() ){ 1099 //オブジェクトでコピーコンストラクタが存在するとき 1100 lstrcpy( ConstractParameter, InitBuf ); 1101 InitBuf[0] = 0; 1102 } 1100 1103 } 1101 1104
Note:
See TracChangeset
for help on using the changeset viewer.