Changeset 68 in dev for BasicCompiler_Common/Variable.cpp


Ignore:
Timestamp:
Mar 12, 2007, 4:04:55 AM (17 years ago)
Author:
dai_9181
Message:

#84の対応(64bitでの動作確認はまだ)。
Stringクラスのコンストラクタにリテラル文字列が渡せないバグを修正。
STRING_IS_NOT_ALWAYS_UNICODEを暗黙的に定義するようにした(暫定対応)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Variable.cpp

    r67 r68  
    211211
    212212    //文字型
    213     else if( lstrcmpi( TypeName, "Char" ) == 0 ) return DEF_CHAR;
     213    //else if( lstrcmpi( TypeName, "Char" ) == 0 ) return DEF_CHAR;
    214214
    215215    //bool型
     
    290290
    291291    //文字型
    292     else if(type==DEF_CHAR)             lstrcpy(name,"Char");
     292    //else if(type==DEF_CHAR)               lstrcpy(name,"Char");
    293293
    294294    //bool型
Note: See TracChangeset for help on using the changeset viewer.