|
Author |
Topic: I think I found a compiler bug (Read 505 times) |
|
hawk
|
I think I found a compiler bug
« on: Sep 19th, 2003, 7:07pm » |
|
This code compiles (0059): void setup() { //... } This doesn't: void setup () { //... } The difference? A space between the "setup" and the parantheses.
|
|
|
|
fry
|
Re: I think I found a compiler bug
« Reply #1 on: Sep 19th, 2003, 8:23pm » |
|
already fixed for rev 0060.
|
|
|
|
hawk
|
Re: I think I found a compiler bug
« Reply #2 on: Sep 19th, 2003, 11:29pm » |
|
on Sep 19th, 2003, 8:23pm, fry wrote:already fixed for rev 0060. |
| Oh, great! I bet this is a FAQ, but when is 060 due Thanks.
|
|
|
|
fry
|
Re: I think I found a compiler bug
« Reply #3 on: Sep 20th, 2003, 12:30am » |
|
not real sure actually.. i'm hoping it'll be within the week. i'm working on it many hours a day right now so hopefully that'll speed things up.
|
|
|
|
|