diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index 5590598148e..4a633969e21 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -55,7 +55,7 @@ extern int _obstack_allocated_p (struct obstack *h, void *obj); int tree_node_counts[(int) all_kinds]; int tree_node_sizes[(int) all_kinds]; -/* Keep in sync with tree.h:enum tree_node_kind. */ +/* Keep in sync with tree.h:enum tree_node_kind. */ static const char * const tree_node_kind_names[] = { "decls", "types", |