Changeset 56 in dev for BasicCompiler32/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
  • BasicCompiler32/Compile_Var.cpp

    r55 r56  
    853853            char *temp;
    854854            temp=(char *)i64data;
    855             i2=AddDataTable(temp,lstrlen(temp));
     855            i2=dataTable.AddString(temp,lstrlen(temp));
    856856            HeapDefaultFree(temp);
    857857
     
    10431043            char *temp;
    10441044            temp=(char *)i64data;
    1045             i2=AddDataTable(temp,lstrlen(temp));
     1045            i2=dataTable.AddString(temp,lstrlen(temp));
    10461046            HeapDefaultFree(temp);
    10471047
Note: See TracChangeset for help on using the changeset viewer.