aboutsummaryrefslogtreecommitdiff
path: root/libiberty/floatformat.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-04-15 21:29:34 +0000
committerDJ Delorie <dj@redhat.com>2003-04-15 21:29:34 +0000
commit1ea16ec5b465e30a034cba7bae02ccb0eac546fd (patch)
treeac013c05bb844fe88c352ed281537b54a7288f76 /libiberty/floatformat.c
parentbb32582095610c5d98aa6285bfe92a7cf52b5047 (diff)
downloadfsf-binutils-gdb-1ea16ec5b465e30a034cba7bae02ccb0eac546fd.zip
fsf-binutils-gdb-1ea16ec5b465e30a034cba7bae02ccb0eac546fd.tar.gz
fsf-binutils-gdb-1ea16ec5b465e30a034cba7bae02ccb0eac546fd.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/floatformat.c')
-rw-r--r--libiberty/floatformat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c
index d9e9fad..d69024f 100644
--- a/libiberty/floatformat.c
+++ b/libiberty/floatformat.c
@@ -17,9 +17,10 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#include "ansidecl.h"
#include "floatformat.h"
#include <math.h> /* ldexp */
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
#include <stddef.h>
extern void *memcpy (void *s1, const void *s2, size_t n);
extern void *memset (void *s, int c, size_t n);