Changeset 35 in dev for BasicCompiler_Common
- Timestamp:
- Jan 19, 2007, 3:41:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/NumOpe_GetType.cpp
r31 r35 324 324 if(pBaseType){ 325 325 if(pBaseType->type==DEF_OBJECT){ 326 if(IsStringSubsituation(pBaseType->u.pobj_Class)){ 326 if(IsStringSubsituation(pBaseType->u.pobj_Class) 327 || IsStringObjectType(pBaseType)){ 327 328 //要求タイプがオブジェクトであり、Stringの受け入れが可能な場合 328 329 extern CClass *pobj_StringClass;
Note:
See TracChangeset
for help on using the changeset viewer.