Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-04-22 23:09:13 +0400
committerDJ Delorie <dj@redhat.com>2009-04-22 23:09:13 +0400
commit96baa3e74ab8bacb3ba3caa6863dfcc01e542883 (patch)
tree7433b33d2149a4ea7c7aef64ffadd910e6b08bcf /include/hashtab.h
parent08825b6edc43d6eb5d6b06bb3d0af3192d1d13f2 (diff)
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 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;