From 96baa3e74ab8bacb3ba3caa6863dfcc01e542883 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 22 Apr 2009 19:09:13 +0000 Subject: merge from gcc --- include/hashtab.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/hashtab.h') diff --git a/include/hashtab.h b/include/hashtab.h index 77eee14e9..4f67448a9 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -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; -- cgit v1.2.3