Remove workarounds for ancient compilers

This commit is contained in:
Pasi Kallinen
2020-04-03 08:21:08 +03:00
parent 8301fc06df
commit 5f9714bf92
15 changed files with 4 additions and 135 deletions

View File

@@ -136,11 +136,5 @@ II.B.3. Compiling NetHack with the commercial version of DICE
however, this is not recommended, and you should upgrade to the
commercial version.)
DICE 3.0 (the first commercial release) has a couple of bugs in it which
turn up in several of the NetHack sources; the DCC30_BUG define fixes
them. If you have a more recent version of the compiler, you may be
able to compile without this (and get slightly more efficient code) by
commenting out the define in amiconf.h.
During compilation, DICE will output a lot of warnings; they can be
safely ignored.

View File

@@ -229,7 +229,7 @@ Notes:
config.h: UNIX, TTY_GRAPHICS
unixconf.h: SYSV, SVR4, TERMINFO, POSIX_JOB_CONTROL, POSIX_TYPES
X11_GRAPHICS does work. Do not define OPENWINBUG. You may safely define
X11_GRAPHICS does work. You may safely define
NETWORK, TEXTCOLOR if desired. Other #defines in these files may be
defined too, as needed. Just make sure that the set mentioned here are
not misdefined, or your compile will fail (do _not_ define BSD or SUNOS4).