diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/cp/cp-tree.h | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.zip gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2 |
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index b91f2e9..562ce84 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -319,7 +319,7 @@ extern int flag_signed_bitfields; extern int write_virtuals; -/* True for more efficient but incompatible (not not fully tested) +/* True for more efficient but incompatible (not fully tested) vtable implementation (using thunks). 0 is old behavior; 1 is new behavior. */ extern int flag_vtable_thunks; @@ -1320,7 +1320,7 @@ extern int flag_new_for_scope; pointer to member function. TYPE_PTRMEMFUNC_P _must_ be true, before using this macro. */ #define TYPE_PTRMEMFUNC_FN_TYPE(NODE) (TREE_TYPE (TYPE_FIELDS (TREE_TYPE (TREE_CHAIN (TREE_CHAIN (TYPE_FIELDS (NODE))))))) -/* These are use to manipulate the the canonical RECORD_TYPE from the +/* These are use to manipulate the canonical RECORD_TYPE from the hashed POINTER_TYPE, and can only be used on the POINTER_TYPE. */ #define TYPE_GET_PTRMEMFUNC_TYPE(NODE) ((tree)TYPE_LANG_SPECIFIC(NODE)) #define TYPE_SET_PTRMEMFUNC_TYPE(NODE, VALUE) (TYPE_LANG_SPECIFIC(NODE) = ((struct lang_type *)(void*)(VALUE))) |