aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/lf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/lf.h')
-rw-r--r--sim/igen/lf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/igen/lf.h b/sim/igen/lf.h
index c6185db..5a6d5a7 100644
--- a/sim/igen/lf.h
+++ b/sim/igen/lf.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
+#include "ansidecl.h"
/* LF: Line Numbered Output Stream */
@@ -72,7 +72,7 @@ extern int lf_putint (lf *file, int decimal);
extern int lf_putbin (lf *file, int decimal, int width);
extern int lf_printf
- (lf *file, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
+ (lf *file, const char *fmt, ...) ATTRIBUTE_PRINTF (2, 3);
/* Indentation control.