Changeset 56 in dev for BasicCompiler64/Compile_Var.cpp


Ignore:
Timestamp:
Feb 15, 2007, 3:39:40 AM (17 years ago)
Author:
dai_9181
Message:

・[Unicode]リテラル文字列のスイッチング
・[Unicode]Char型を文字型として扱うようにする
・[Unicode]SByte型を追加する
に対応。

/unicodeコマンドオプションに対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_Var.cpp

    r55 r56  
    888888            char *temp;
    889889            temp=(char *)i64data;
    890             i2=AddDataTable(temp,lstrlen(temp));
     890            i2=dataTable.AddString( temp );
    891891            HeapDefaultFree(temp);
    892892
     
    10371037            char *temp;
    10381038            temp=(char *)i64data;
    1039             i2=AddDataTable(temp,lstrlen(temp));
     1039            i2=dataTable.AddString( temp );
    10401040            HeapDefaultFree(temp);
    10411041
Note: See TracChangeset for help on using the changeset viewer.