Date: Fri, 26 Jan 2001 10:21:36 -0700 From: Bill Currie To: djgpp-workers AT delorie DOT com Subject: Re: djasm patch Message-ID: <20010126102136.C8620@taniwha.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <20010125161754 DOT A22046 AT kendall DOT sfbr DOT org> <200101260746 DOT IAA04919 AT lws256 DOT lu DOT erisoft DOT se> <20010126082741 DOT A22475 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010126082741.A22475@kendall.sfbr.org>; from jeffw@darwin.sfbr.org on Fri, Jan 26, 2001 at 08:27:41AM -0600 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 On Fri, Jan 26, 2001 at 08:27:41AM -0600, JT Williams wrote: > --- 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