Add workaround for broken hypot() on Interix.
commit8a032c016dea9f7c61f987bedd513b46845a7935
authorWerner LEMBERG <wl@gnu.org>
Thu, 17 Mar 2005 08:29:15 +0000 (17 08:29 +0000)
committerWerner LEMBERG <wl@gnu.org>
Thu, 17 Mar 2005 08:29:15 +0000 (17 08:29 +0000)
treed99640773bf1c93be6db11b9850edeb426f02c38
parent868ba4782d0ac965ff9da2ff8e407539d8c2dac2
Add workaround for broken hypot() on Interix.

* src/libs/libgroff/hypot.c: New wrapper file for `hypot'.

* src/libs/libgroff/Makefile.sub (OBJS): Add `hypot.o'.
(CSRCS): Add `hypot.c'.

* src/include/lib.h: Declare `groff_hypot'.

* src/preproc/grn/hgraph.cpp: Don't declare `hypot'.
Use `groff_hypot'.

* src/preproc/pic/pic.h: Don't declare `hypot'.

* src/preproc/pic/object.cpp (hypot): Use `groff_hypot'.
ChangeLog
doc/Makefile.in
src/include/lib.h
src/libs/libgroff/Makefile.sub
src/libs/libgroff/hypot.c [new file with mode: 0644]
src/preproc/grn/hgraph.cpp
src/preproc/pic/object.cpp
src/preproc/pic/pic.h