Changeset 454 in dev


Ignore:
Timestamp:
Mar 22, 2008, 9:42:10 PM (16 years ago)
Author:
dai_9181
Message:

[453]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler64/Compile_Var.cpp

    r436 r454  
    875875    }
    876876    else if( type.Is64() || type.IsPointer() ){
    877         if(type.GetBasicType()==typeOfPtrChar){
     877        if( type.GetBasicType() == typeOfPtrChar && type.GetIndex() == LITERAL_STRING ){
    878878            //文字列定数のとき
    879879
     
    10441044    }
    10451045    else if( type.Is64() || type.IsPointer() ){
    1046         if(type.GetBasicType()==typeOfPtrChar ){
     1046        if( type.GetBasicType() == typeOfPtrChar && type.GetIndex() == LITERAL_STRING ){
    10471047            //文字列定数のとき
    10481048
Note: See TracChangeset for help on using the changeset viewer.