This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DJGPP patch for float_format


Jeffrey A Law wrote:
> Unless there is a _compelling_ reason, I'd prefer to see us use one of
> the float.h files included with gcc.
> 
> Why precisely do you not want to use one of the float.h files provided
> by GCC?

The big question from DJGPP folks is - how it is possible to use header 
provided by GCC and still have additional features from our own header? 
Currently only GCC's limits.h employs #include_next solution. But all
other ones don't. And we don't want to lose anything we've got in e.g.
float.h, how can we solve it?

Laurynas Biveinis

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]