Ignore:
Timestamp:
Jan 12, 2007, 1:56:19 AM (17 years ago)
Author:
dai_9181
Message:

グローバル領域で定義されている関数と同名の静的メソッドを定義することが出来ないバグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Subroutine.cpp

    r28 r30  
    621621    }
    622622
    623     if(!(pobj_c&&bStatic==0)){
     623    if(!pobj_c){
    624624        //クラスメンバ以外の場合のみ
    625625        //重複チェック
Note: See TracChangeset for help on using the changeset viewer.