summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-27 12:12:18 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-08-27 12:12:18 +1000
commit153d49d940bf9632fe8039107b66625d44aa93fb (patch)
treecd24e595cd187c3d38296c7695838e422b726079 /PROBLEMS
parent4f319f4db376aea27c98f0d1011cf2d548b3dd65 (diff)
downloadgroff-git-153d49d940bf9632fe8039107b66625d44aa93fb.tar.gz
[libgroff]: Drop redefinition of `INT_MIN`.
* src/include/lib.h: Drop redefinition of `INT_MIN`. It was motivated by a bug in the AT&T C++ compiler (cfront), version 2.0, released in June 1989. Implementations have had 30 years to get this right; assume that they have. * PROBLEMS: Drop corresponding item.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS9
1 files changed, 0 insertions, 9 deletions
diff --git a/PROBLEMS b/PROBLEMS
index bc2cc34ad..84fe255af 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -910,15 +910,6 @@ only debuggable with gdb but not with Sun's debuggers).
----------------------------------------------------------------------
-* I get lots of `numeric overflow' error messages whenever I run
- groff; I compiled groff with AT&T C++ 2.0 with an ANSI C compiler.
-
-Make sure -DCFRONT_ANSI_BUG is included in DEFINES in the top-level
-Makefile. If that doesn't solve the problem, define INT_MIN as
--INT_MAX in libgroff/lib.h.
-
-----------------------------------------------------------------------
-
* In MacOS X, I want to completely replace the groff that came with
the system.