| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | Martin Stromberg <eplmst AT lu DOT erisoft DOT se> |
| 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 |
| 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 |
> 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<bsspc-1)
> - fputs(leader, outfile);
> + fputs(leader, outfile);
> }
> else
> if (i<bsspc-1)
I don't know. I haven't been mucking around in that part of the code.
Perhaps somebody else knows?
Right,
MartinS
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |