DJGPP patch for float_format

Mumit Khan khan@NanoTech.Wisc.EDU
Mon May 15 13:13:00 GMT 2000


Laurynas Biveinis <lauras@softhome.net> writes:
>
> 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?
> 

This is also a issue for x86-mingw32 for example, where the runtime
float.h defines things that are necessary to get say libstdc++-v3 built, 
and gcc-supplied float.h just won't do the job.

Regards,
Mumit



More information about the Gcc-patches mailing list