From: PatR Date: Sat, 29 Jan 2022 19:18:26 +0000 (-0800) Subject: pull request #624 - Add missing const X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0964615afb1fbcb5e88348b08c14fd642524486;p=nethack pull request #624 - Add missing const git has me really confused right now, first requiring a merge, then not needing any merge. Anyway, add pull request #624 which was unintentinoally closed and then couldn't re-opened. Now it's been incorporated so is intentionally closed. Closes #624 --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index a56a947e1..f4b5feae4 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1490,6 +1490,7 @@ add Ray Chason's adaptation of nethack's Qt5 interface to work with Qt6 (issue mingw32 build updates and replacement of sys/windows/Makefile.gcc with new sys/windows/Makefile.mingw32 and sys/windows/Makefile.mingw32.depend (pr #661 by feiyunw) +mark various pointers to const char as const pointers (pr #624 by argrath) Code Cleanup and Reorganization