BR 3392648: rename float.[ch] to floats.[ch]
commit6e9554f0677752fd41674a0e20623d83b381d6da
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 15 Jun 2020 06:21:44 +0000 (14 23:21 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 15 Jun 2020 06:24:43 +0000 (14 23:24 -0700)
tree4748c26d63bda5c8b6a5ed280b55fdcd98850a2d
parentc4f95ca862d2e7e4f5fa9c055014e25a31ba9496
BR 3392648: rename float.[ch] to floats.[ch]

Haiku apparently wants to include <float.h> rather than
"float.h". Rename float.[ch] to floats.[ch] to avoid unnecessary
namespace confusion.

Reported-by: <alaviss0+nasm@gmail.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/openwcom.mak
asm/directiv.c
asm/eval.c
asm/floats.c [moved from asm/float.c with 99% similarity]
asm/floats.h [moved from asm/float.h with 92% similarity]
asm/nasm.c
asm/parser.c