Changeset 111 in dev for BasicCompiler64/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
  • BasicCompiler64/Opcode.h

    r97 r111  
    389389
    390390//Compile_Func.cpp
    391 int GetFunctionType(int FuncNum);
    392391int GetFunctionFromName(char *FuncName);
    393392bool Opcode_CallFunc( const char *Parameter, const int FuncNum, Type &ReturnTypeInfo, bool isCallOn = true );
Note: See TracChangeset for help on using the changeset viewer.