Changeset 338 in dev


Ignore:
Timestamp:
Oct 1, 2007, 9:53:41 AM (17 years ago)
Author:
dai_9181
Message:

デリゲートエラーチェックのバグを修正

Location:
trunk/abdev
Files:
2 edited

Legend:

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

    r337 r338  
    393393        pUserProc=OverloadSolution( name, subs, *pBaseParams, Type() );
    394394
    395         if( isCallOn )
     395        if( isCallOn && baseType.IsDelegate() )
    396396        {
    397397            // コード生成を伴う場合はエラーチェックを行う
  • trunk/abdev/BasicCompiler_Common/include/ver.h

    r336 r338  
    66// バージョン付加文字列
    77#ifdef _AMD64_
    8 #define VER_INFO        "(x64) (rev.342)"
     8#define VER_INFO        "(x64) (rev.343)"
    99#else
    10 #define VER_INFO        "(rev.342)"
     10#define VER_INFO        "(rev.343)"
    1111#endif
Note: See TracChangeset for help on using the changeset viewer.