DOC: updated comment about the inherited ivar

This commit is contained in:
Ken Martin 2005-11-04 10:52:15 -05:00
parent b338aad70c
commit 4dcff55479
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ Finally we define the key data structures and function prototypes
unsigned long reserved1; /* Reserved for future use. DO NOT USE. */
unsigned long reserved2; /* Reserved for future use. DO NOT USE. */
cmCAPI *CAPI;
int m_Inherited;
int m_Inherited; /* this ivar is no longer used in CMake 2.2 or later */
CM_INITIAL_PASS_FUNCTION InitialPass;
CM_FINAL_PASS_FUNCTION FinalPass;
CM_DESTRUCTOR_FUNCTION Destructor;