Ignore:
Timestamp:
Oct 3, 2007, 3:42:05 AM (17 years ago)
Author:
dai_9181
Message:

64ビットコンパイラもデリゲートに対応させた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Func.cpp

    r338 r339  
    363363    compiler.codeGenerator.op_call( subs[0] );
    364364}
    365 void Opcode_Func_AddressOf( const char *name, const Type &baseType, bool isCallOn, Type &resultType ){
     365void Opcode_Func_AddressOf( const char *name, const Type &baseType, bool isCallOn, Type &resultType )
     366{
    366367    extern int cp;
    367368    const UserProc *pUserProc;
Note: See TracChangeset for help on using the changeset viewer.