On 09/14/2010 07:56 AM, Bruno Haible wrote:
Regarding use of openbsd* in *.m4 files: You might also want to look at
c-stack.m4
gc-random.m4
host-os.m4
if you have access to such a machine.
Yes, I just installed a MirBSD 10 VM, so I can test pretty much anything
related to this system.
Hi Eric,
> * m4/float_h.m4 (gl_FLOAT_H): MirBSD copied OpenBSD's bug.
> * doc/posix-headers/float.texi (float.h): Document it.
This fix is perfect.
Note that it exploits the fact that on MirBSD, both __OpenBSD__ and
__MirBSD__ are defined [1].
> Honestly, sometimes I wonder how much standards-c
* m4/float_h.m4 (gl_FLOAT_H): MirBSD copied OpenBSD's bug.
* doc/posix-headers/float.texi (float.h): Document it.
Signed-off-by: Eric Blake
---
The fix turned out to be rather trivial, given that OpenBSD has the
same bug. Honestly, sometimes I wonder how much standards-compliance
testing any of