From: Martin Stromberg Message-Id: <200101261452.PAA05137@lws256.lu.erisoft.se> Subject: Re: djasm patch To: djgpp-workers AT delorie DOT com Date: Fri, 26 Jan 2001 15:52:50 +0100 (MET) In-Reply-To: <20010126082741.A22475@kendall.sfbr.org> from "JT Williams" at Jan 26, 2001 08:27:41 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Ok, just wanted to make sure we are all paying attention ;-) > Crom knows the djasm.y source is a real brain-teaser.... Who is Crom? > Here's the next small hunk: I believe it *also* represents a > `backwards in time' patch and should be discarded. Comments? > > > --- djasm.y Thu Jan 25 16:11:57 2001 > +++ /home/jeffw/tmp/bcurrie/djasm/djasm.y Fri Jan 26 07:53:09 2001 > @@ -1509,8 +1596,7 @@ > if ((i&15) == 15) > { > fputc('\n', outfile); > - if (i - fputs(leader, outfile); > + fputs(leader, outfile); > } > else > if (i