* tree.c (init_tree): Use ARRAY_SIZE.
From-SVN: r35989
This commit is contained in:
parent
945745458e
commit
b5232c64e7
@ -1,3 +1,7 @@
|
||||
2000-08-25 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* tree.c (init_tree): Use ARRAY_SIZE.
|
||||
|
||||
2000-08-25 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* error.c (cp_tree_printer): Rework.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user