Ignore:
Timestamp:
Mar 21, 2007, 9:26:56 PM (17 years ago)
Author:
dai_9181
Message:

TYPEINFO→Typeへのリファクタリングを実施。32bitが未完成。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/VariableOpe.cpp

    r75 r76  
    770770        }
    771771
    772         if(_memicmp(variable,"This.",5)==0){
     772        if(memicmp(variable,"This.",5)==0){
    773773            //Thisオブジェクトのメンバを参照するとき
    774774            SlideString(variable+5,-5);
     
    11151115    // グローバル変数を追加
    11161116    /////////////////////////
    1117     extern int MaxGlobalVarNum;
    11181117    extern int AllInitGlobalVarSize;
    11191118    extern int AllGlobalVarSize;
Note: See TracChangeset for help on using the changeset viewer.