From: PatR Date: Sat, 19 Nov 2022 08:50:36 +0000 (-0800) Subject: fixes entry for PR #928 - remove '#if LINT' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5dc5402f6d8c4fe04c4d31b8a9395f8522a3cba;p=nethack fixes entry for PR #928 - remove '#if LINT' Pull request from argrath: remove a bunch of '#ifdef LINT' code snippets that no longer serve any useful purpose. If a lint that handles C99 is ever produced, persumably it won't need the fairly ridiculous hacks for 'static' and 'long'/'long *'. Closes #928 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index f96e7e220..e973fa71f 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2173,4 +2173,5 @@ switch to a flags arg on newcham() in place of the pair of boolean args replace some old 'time_t' hackery in system.h and hacklib.c with something less obtrusive in unixconf.h remove the per dungeon level door limit +remove various '#if LINT' hacks used to suppress warnings from pre-ANSI 'lint'