Changeset 111 in dev for BasicCompiler32/Opcode.h


Ignore:
Timestamp:
May 7, 2007, 2:41:36 AM (17 years ago)
Author:
dai_9181
Message:

ObjPtr(This)がエラーになるバグを修正。
オーバーロードのチェックレベルを一つ増やした(整数型のサイズ照合によるオーバーロードチェックを可能にした)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Opcode.h

    r97 r111  
    250250
    251251//Compile_Func.cpp
    252 int GetFunctionType(int FuncNum);
    253252int GetFunctionFromName(char *FuncName);
    254253bool Opcode_CallFunc( const char *Parameter, const int FuncNum, Type &resultType, bool isCallOn = true );
Note: See TracChangeset for help on using the changeset viewer.