From 196f09704387f4b4b31763addb77dd4bdc0eab1c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 21 Nov 1993 21:28:01 +0000 Subject: [PATCH] define FPRINTF_ALREADY_DECLARED --- bfd/hosts/lynx.h | 2 ++ bfd/hosts/sparclynx.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bfd/hosts/lynx.h b/bfd/hosts/lynx.h index 737c9bd082..0d89a18d70 100644 --- a/bfd/hosts/lynx.h +++ b/bfd/hosts/lynx.h @@ -27,6 +27,8 @@ #include "fopen-same.h" +#define FPRINTF_ALREADY_DECLARED + #undef I386 /* Lynx defines this for some reason */ /* Lynx has calloc, but no cfree, and gprof uses it. */ diff --git a/bfd/hosts/sparclynx.h b/bfd/hosts/sparclynx.h index 78e6ac889f..4e5696a4d3 100644 --- a/bfd/hosts/sparclynx.h +++ b/bfd/hosts/sparclynx.h @@ -28,6 +28,8 @@ #include "fopen-same.h" +#define FPRINTF_ALREADY_DECLARED + /* Lynx has calloc, but no cfree, and gprof uses it. */ #define cfree free -- 2.34.1