diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |