mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
sim: replace custom attributes with ansidecl.h
A lot of this code predates the common attributes. We had already started migrating over piece by piece, so just do a pass across all the attributes and replace most of them.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user