Re: [cc65] Incompatible pointer types

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2005-06-16 08:11:37
Hi!

On Wed, Jun 15, 2005 at 01:38:30PM +0100, dominic beesley wrote:
> I'm not sure whether this is a bug or not 
[...]

Looks like it is one. 

        doit (a + 1);

works, but 

        doit (&a[1]);

does not. 

Thanks for the report, I will have a look at it!

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jun 16 08:11:42 2005

This archive was generated by hypermail 2.1.8 : 2005-06-16 08:11:46 CEST