diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 01d2fd9..cd7d45f 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -2376,7 +2376,7 @@ init_tree () make_lang_type_fn = cp_make_lang_type; lang_unsave = cp_unsave; ggc_add_root (list_hash_table, - sizeof (list_hash_table) / sizeof (struct list_hash *), + ARRAY_SIZE (list_hash_table), sizeof (struct list_hash *), mark_list_hash); } |