]> granicus.if.org Git - nethack/commitdiff
fixes entry for PR #928 - remove '#if LINT'
authorPatR <rankin@nethack.org>
Sat, 19 Nov 2022 08:50:36 +0000 (00:50 -0800)
committerPatR <rankin@nethack.org>
Sat, 19 Nov 2022 08:50:36 +0000 (00:50 -0800)
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

doc/fixes3-7-0.txt

index f96e7e2207181a4605f4d86588ae0a127d5ea9ee..e973fa71f24682263df09a2df8264d25aba5d3fb 100644 (file)
@@ -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'