Changeset 35 in dev for BasicCompiler_Common


Ignore:
Timestamp:
Jan 19, 2007, 3:41:50 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/NumOpe_GetType.cpp

    r31 r35  
    324324                    if(pBaseType){
    325325                        if(pBaseType->type==DEF_OBJECT){
    326                             if(IsStringSubsituation(pBaseType->u.pobj_Class)){
     326                            if(IsStringSubsituation(pBaseType->u.pobj_Class)
     327                                || IsStringObjectType(pBaseType)){
    327328                                //要求タイプがオブジェクトであり、Stringの受け入れが可能な場合
    328329                                extern CClass *pobj_StringClass;
Note: See TracChangeset for help on using the changeset viewer.