]> granicus.if.org Git - nethack/commit
finish_map prototype
authornethack.rankin <nethack.rankin>
Sat, 10 Feb 2007 04:18:52 +0000 (04:18 +0000)
committernethack.rankin <nethack.rankin>
Sat, 10 Feb 2007 04:18:52 +0000 (04:18 +0000)
commitc937cc0091e859c70cdc1728cbe0b008087b17ff
tree6611a9cdd8ad44a96a94a288918576dd878f3017
parent4168718d5d17aba0dea7c816b13c881b656c6260
finish_map prototype

     There's a newsgroup posting about building for Windows using minGW
(gcc) within the cygwin Unix emulation environment, and it includes diffs
for the changes used.  One of the items being patched is a straight source
bug triggered by altering the definition of `boolean'.  finish_map()'s
prototype doesn't match its definition (uses boolean args but has XCHAR_P
in the prototype).
src/mkmap.c