]> granicus.if.org Git - nethack/commit
get_hilite_color()
authorPatR <rankin@nethack.org>
Sat, 15 Dec 2018 23:46:49 +0000 (15:46 -0800)
committerPatR <rankin@nethack.org>
Sat, 15 Dec 2018 23:46:49 +0000 (15:46 -0800)
commit27a515a4cc4a413d31cc6fcafff05198e1720d1b
treecd2d7f11a2cb55ec894553358c383ab7a11add32
parent7d155359238699c5e6917c6ba96397c08a04b94d
get_hilite_color()

Stop pretending that long and int are the same size when picking status
highlight rule for gold or time or experience-points.

Also, K&R compilation might lack <limits.h>, so let XXXconf.h define the
necessary macro(s) (currently just LONG_MAX) so that it can be skipped.
doc/fixes36.2
src/botl.c
src/end.c
src/exper.c