summaryrefslogtreecommitdiff
path: root/include/hashtab.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2009-04-22 19:09:13 +0000
committerDJ Delorie <dj@delorie.com>2009-04-22 19:09:13 +0000
commit7d75d19418e5a4a67fc4d11d3b4fcad32d9368c8 (patch)
tree833873d2f4271c904145e5a714f28e22755d7764 /include/hashtab.h
parent9727f0b23c153de60528c433b1362f1f5d1d748a (diff)
downloadgdb-7d75d19418e5a4a67fc4d11d3b4fcad32d9368c8.tar.gz
merge from gcc
Diffstat (limited to 'include/hashtab.h')
-rw-r--r--include/hashtab.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hashtab.h b/include/hashtab.h
index 77eee14e94f..4f67448a9af 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;