summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2005-03-17 08:29:14 +0000
committerwl <wl>2005-03-17 08:29:14 +0000
commit0b1eab072429cdd56e4288995144bdf1e0d0f4fc (patch)
tree5780812f4219df39053629dc71b347d1e2a42989 /doc
parent25d3cba657a3f82fa263bf2b61d43e134f0331ef (diff)
downloadgroff-0b1eab072429cdd56e4288995144bdf1e0d0f4fc.tar.gz
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'.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index ac328e0c..da3eb89b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# Written by Werner Lemberg <wl@gnu.org>
#
# This file is part of groff.