Re: [cc65] Compile problems with newest cc65

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2012-03-11 11:42:57
Hi!

On Sun, Mar 11, 2012 at 12:39:27PM +0200, Karri Kaksonen wrote:
> The code below:
>
> #include <6502.h>
>
> void main(void) {
> }
>
> Produces lots of errors.

The set_irq added by Oliver lately needs stddef.h. I will fix that. In the
meantime, just use 

        #include <stddef.h>
        #include <6502.h>

Thanks for the report!

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 Sun Mar 11 11:43:03 2012

This archive was generated by hypermail 2.1.8 : 2012-03-11 11:43:07 CET