Changeset 338 in dev
- Timestamp:
- Oct 1, 2007, 9:53:41 AM (17 years ago)
- Location:
- trunk/abdev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Func.cpp
r337 r338 393 393 pUserProc=OverloadSolution( name, subs, *pBaseParams, Type() ); 394 394 395 if( isCallOn )395 if( isCallOn && baseType.IsDelegate() ) 396 396 { 397 397 // コード生成を伴う場合はエラーチェックを行う -
trunk/abdev/BasicCompiler_Common/include/ver.h
r336 r338 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.34 2)"8 #define VER_INFO "(x64) (rev.343)" 9 9 #else 10 #define VER_INFO "(rev.34 2)"10 #define VER_INFO "(rev.343)" 11 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.