* stdlib/fpioconst.h: Include gmp.h with angle brackets.
2003-03-14 Alexandre Oliva <aoliva@redhat.com> * stdlib/fpioconst.h: Include gmp.h with angle brackets.
This commit is contained in:
parent
d8a5edc221
commit
264befa8c2
@ -1,3 +1,7 @@
|
||||
2003-03-14 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* stdlib/fpioconst.h: Include gmp.h with angle brackets.
|
||||
|
||||
2003-03-13 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Header file for constants used in floating point <-> decimal conversions.
|
||||
Copyright (C) 1995,1996,1997,1998,1999,2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -22,7 +23,7 @@
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "gmp.h"
|
||||
#include <gmp.h>
|
||||
|
||||
|
||||
/* These values are used by __printf_fp, where they are noncritical (if the
|
||||
|
Loading…
x
Reference in New Issue
Block a user