]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/hw-tree.h
sim: replace custom attributes with ansidecl.h
[thirdparty/binutils-gdb.git] / sim / common / hw-tree.h
index 55975df9e9c1f6ee66e89249c0694e7459f73a3b..86ebf1709cad4b097f86af9221139767aa34036f 100644 (file)
@@ -34,7 +34,7 @@ void hw_tree_delete
 struct hw *hw_tree_parse
 (struct hw *root,
  const char *fmt,
- ...) __attribute__ ((format (printf, 2, 3)));
+ ...) ATTRIBUTE_PRINTF (2, 3);
 
 struct hw *hw_tree_vparse
 (struct hw *root,