Re: [cc65] DA65 Selfmodification

From: Stefan <stefan-physik1gmx.net>
Date: 2008-07-27 14:31:10
Sorry, as i am a c64 oriented coder i have no clue how this diff works.
Am i right, that the error is in main.c and that i have to cut and paste the 
code
below into it removing all characters inserted by the email client?

Greetz Monte

> Index: main.c
> ===================================================================
> RCS file: /usr/local/cvsroot/uz/c64/cc65/src/da65/main.c,v
> retrieving revision 1.33
> diff -r1.33 main.c
> 411c411,414
> <                 ForwardLabels (D->Size);
> ---
>>                 unsigned I;
>>                 for (I = 1; I < D->Size; ++I) {
>>                     ForwardLabel (I);
>>                 }

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Jul 27 14:31:15 2008

This archive was generated by hypermail 2.1.8 : 2008-07-27 14:31:17 CEST