Changeset 90 in dev for BasicCompiler_Common/common.h


Ignore:
Timestamp:
Apr 7, 2007, 3:02:29 PM (17 years ago)
Author:
dai_9181
Message:

実行時型情報の生成にほぼ対応した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/common.h

    r89 r90  
    4747
    4848#ifdef _AMD64_
    49 #define VER_INFO        "(x64) β rev.194"
     49#define VER_INFO        "(x64) β rev.206"
    5050#else
    51 #define VER_INFO        "β rev.194"
     51#define VER_INFO        "β rev.206"
    5252#endif
    5353
     
    460460    void add(char *lpszInheritsClass);
    461461    void del(char *lpszInheritsClass);
    462     BOOL check(char *lpszInheritsClass);
     462    BOOL check(const CClass &inheritsClass) const;
    463463};
    464464extern CLoopRefCheck *pobj_LoopRefCheck;
Note: See TracChangeset for help on using the changeset viewer.