Re: [cc65] Incompatible types

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-02-23 21:40:48


Hi!

On Sun, Feb 23, 2003 at 08:59:39PM +0100, M Ancher wrote:
> When I compile the code with »gcc« there's no errors, but when I compile
> with »cc65« I get this:

cc65 does not allow to pass structs by value, and this is what your code does.
Apart from cc65 not supporting it, passing structs by value has a high
overhead, so I would try avoid it. This is of course little help if you don't
want to change the code.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-02-23 21:41:00 CET