Re: [cc65] array of pointers to functions question

From: Mark J. Reed <markjreed1mail.com>
Date: 2010-05-15 20:19:32
On Sat, May 15, 2010 at 10:16 AM, Groepaz <groepaz@gmx.net> wrote:
>> int foo;  // declaration
>> foo = 1;  // assignment
>> int bar;  // ILLEGAL
>
> almost. this particular snippet would work just fine :o)

Fair enough, especially since I used // comments.  Even with those
turned into /* comments */, it wouldn't compile in strict C89, though
(e.g. gcc -Werror -std=c89 -pedantic).

-- 
Mark J. Reed <markjreed@gmail.com>
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat May 15 20:19:38 2010

This archive was generated by hypermail 2.1.8 : 2010-05-15 20:19:40 CEST