Xref: utzoo rec.games.hack:8745 comp.sources.games.bugs:1568 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!unmvax!bbx!yenta!dt From: dt@yenta.alb.nm.us (David B. Thomas) Newsgroups: rec.games.hack,comp.sources.games.bugs Subject: Re: New patch Message-ID: <1627@yenta.alb.nm.us> Date: 1 Jul 90 05:38:24 GMT References: <26429@netnews.upenn.edu> <1990Jun29.015151.447@cbnewsh.att.com> <594@slammer.UUCP> Followup-To: rec.games.hack Distribution: rec.games.hack Organization: yenta unix pc, Rio Rancho, NM Lines: 10 [discussion of preprocessor on 3b1 barfing on nethack] In the programs that wouldn't compile, there was often a system include file that was brought in for very little reason. For instance, one had a #include , just so that the one call to toupper() would work...or was it isupper()...anyway I just made my own macro and removed the system include. David