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
This commit is contained in:
PatR
2022-11-19 00:50:36 -08:00
parent 0d441b0c2f
commit d5dc5402f6

View 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 replace some old 'time_t' hackery in system.h and hacklib.c with something
less obtrusive in unixconf.h less obtrusive in unixconf.h
remove the per dungeon level door limit remove the per dungeon level door limit
remove various '#if LINT' hacks used to suppress warnings from pre-ANSI 'lint'