]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/hashtab.h
hashtab.h: Update GTY annotations to new syntax
[thirdparty/gcc.git] / include / hashtab.h
index 77eee14e94f3cbf5c876b5c16dbb28f6264123cd..4f67448a9af8f15d947e35988158353018e0736c 100644 (file)
@@ -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;