Mail Archives: djgpp-workers/2001/01/26/09:53:03
> 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
- Raw text -