]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree.c
hashtab.h: Update GTY annotations to new syntax
[thirdparty/gcc.git] / gcc / tree.c
index ca81a510bf70def2cb4a71ad213f7ca94ca0dce6..bcb8a0c1130dcd4de102053905c93c4529d04867 100644 (file)
@@ -148,8 +148,7 @@ static GTY(()) int next_type_uid = 1;
 /* Since we cannot rehash a type after it is in the table, we have to
    keep the hash code.  */
 
-struct type_hash GTY(())
-{
+struct GTY(()) type_hash {
   unsigned long hash;
   tree type;
 };