merge from gcc

This commit is contained in:
DJ Delorie 2009-04-22 19:09:13 +00:00
parent 3038237c75
commit 167bdac1e9
2 changed files with 3 additions and 6 deletions

View file

@ -96,8 +96,7 @@ typedef void (*htab_free_with_arg) (void *, void *);
functions mentioned below. The size of this structure is subject to
change. */
struct htab GTY(())
{
struct GTY(()) htab {
/* Pointer to hash function. */
htab_hash hash_f;