aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/include/symtab.h')
-rw-r--r--libcpp/include/symtab.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcpp/include/symtab.h b/libcpp/include/symtab.h
index 225301e..e7c5937 100644
--- a/libcpp/include/symtab.h
+++ b/libcpp/include/symtab.h
@@ -27,8 +27,7 @@ along with this program; see the file COPYING3. If not see
/* This is what each hash table entry points to. It may be embedded
deeply within another object. */
typedef struct ht_identifier ht_identifier;
-struct ht_identifier GTY(())
-{
+struct GTY(()) ht_identifier {
const unsigned char *str;
unsigned int len;
unsigned int hash_value;