]> granicus.if.org Git - nethack/commit
fix for onefile FITSint, FITSuint
authorPatR <rankin@nethack.org>
Sat, 7 Jan 2023 20:48:10 +0000 (12:48 -0800)
committerPatR <rankin@nethack.org>
Sat, 7 Jan 2023 20:48:10 +0000 (12:48 -0800)
commitf0f639f1fa91e30132a4f452b580e0e20f8536d5
tree03904b73c68993e578f78373432fb0c93c6eb93d
parent48ae4f6d3057e5a7056d00fc2cd220b0cd64f26d
fix for onefile FITSint, FITSuint

I assumed that the complaint about macro refinition was for the two
in alloc.c replacing two from hack.h from another file, but it could
be that those being defined by alloc.c were interferring with the
regular hack.h ones.  alloc.c doesn't need them, and was also skipping
an opportunity to use one of them.
src/alloc.c