Changeset 5 in dev for BasicCompiler_Common/Variable.cpp


Ignore:
Timestamp:
Dec 5, 2006, 1:42:16 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Variable.cpp

    r4 r5  
    44#include "../BasicCompiler64/opcode.h"
    55#else
    6 #include "../BasicCompiler/opcode.h"
     6#include "../BasicCompiler32/opcode.h"
    77#endif
    88
     
    680680        }
    681681
    682         if(memicmp(variable,"This.",5)==0){
     682        if(_memicmp(variable,"This.",5)==0){
    683683            //Thisオブジェクトのメンバを参照するとき
    684684            SlideString(variable+5,-5);
Note: See TracChangeset for help on using the changeset viewer.