diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-26 17:40:56 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-26 17:40:56 +0000 |
commit | 0441885cad1ff7eb9b1713472f8c70990f57314e (patch) | |
tree | 50eff245598f3a4855aacb5ebee852fccc4b7b5d /gcc/cp/cp-tree.h | |
parent | 67be5043854e990ba73917c601965874eaa9fe09 (diff) | |
download | gcc-0441885cad1ff7eb9b1713472f8c70990f57314e.tar.gz |
* cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
(template_parms_equal): Remove prototype.
* typeck.c (buuld_indirect_ref): Reformat.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 262f6a1fd69..db2f082a3f3 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -101,6 +101,7 @@ struct diagnostic_context; DECL_IMPLICIT_TYPEDEF_P (in a TYPE_DECL) 3: DECL_IN_AGGR_P. 4: DECL_C_BIT_FIELD (in a FIELD_DECL) + DECL_MAYBE_TEMPLATE (in a FUNCTION_DECL) 5: DECL_INTERFACE_KNOWN. 6: DECL_THIS_STATIC (in VAR_DECL or FUNCTION_DECL). 7: DECL_DEAD_FOR_LOCAL (in VAR_DECL). @@ -4001,7 +4002,6 @@ extern int push_tinst_level PARAMS ((tree)); extern void pop_tinst_level PARAMS ((void)); extern int more_specialized_class PARAMS ((tree, tree)); extern int is_member_template PARAMS ((tree)); -extern int template_parms_equal PARAMS ((tree, tree)); extern int comp_template_parms PARAMS ((tree, tree)); extern int template_class_depth PARAMS ((tree)); extern int is_specialization_of PARAMS ((tree, tree)); |