Commit f7c714a6 authored by gerald's avatar gerald
Browse files

* lex.c (enum tree_node_kind): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69327 138bc75d-0d04-0410-961f-82ee72b054a4
parent d0442ae9
2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
* lex.c (enum tree_node_kind): Delete.
2003-07-13 Mark Mitchell <mark@codesourcery.com>
 
PR c++/11503
......
......@@ -732,35 +732,6 @@ unqualified_fn_lookup_error (tree name)
return unqualified_name_lookup_error (name);
}
#ifdef GATHER_STATISTICS
/* The original for tree_node_kind is in the toplevel tree.c; changes there
need to be brought into here, unless this were actually put into a header
instead. */
/* Statistics-gathering stuff. */
typedef enum
{
d_kind,
t_kind,
b_kind,
s_kind,
r_kind,
e_kind,
c_kind,
id_kind,
op_id_kind,
perm_list_kind,
temp_list_kind,
vec_kind,
x_kind,
lang_decl,
lang_type,
all_kinds
} tree_node_kind;
extern int tree_node_counts[];
extern int tree_node_sizes[];
#endif
tree
build_lang_decl (enum tree_code code, tree name, tree type)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment