Re: [cc65] Arrays of structs

From: Mike Hawkey <hawk1myplace.net.au>
Date: 2005-08-16 14:58:17
Thanks Johan,

Don't I feel like the goat! :^(

Thanks for the help.  I guess I chop and change languages too 
often...that's my excuse and I'm sticking to it. ;^)

I'm glad it wasn't a bug in the compiler...to this day I've found the 
compiler very complete, and enjoy using it.

Thanks,
Mike.

Johan Kotlinski wrote:

>>UINT8   gMap[MAP_WIDTH_TILES, MAP_HEIGHT_TILES];
>>    
>>
>That is not legal C. 
>
>UINT8   gMap[MAP_WIDTH_TILES][MAP_HEIGHT_TILES];
>
>would work better :)
>
>Regards,
>Johan
>----------------------------------------------------------------------
>To unsubscribe from the list send mail to majordomo@musoftware.de with
>the string "unsubscribe cc65" in the body(!) of the mail.
>
>
>  
>
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Aug 16 14:53:16 2005

This archive was generated by hypermail 2.1.8 : 2005-08-16 14:53:18 CEST