Open GoogleCodeExporter opened 9 years ago
Just realised the unnecessary semicolons at the end of the function
definitions, removing the semicolons does not affect the existence of the bug.
Original comment by andre...@gmail.com
on 23 Oct 2010 at 1:29
Currently your own prototype will be superseded by the auto generated one. This
patch
https://github.com/EbiDK/Arduino/commit/96fc3c18c0cb118ec273947590e27114bfd7970d
fixes that.
Still, that doesn't fix this issue, but the two regular expressions in the
patch(one in the current code) seem to be the right place to fix this, I'm not
good enough at regular expressions to try to fix it though. I'm worried I'd
break some other case it should be matching.
Original comment by lars.j.n...@gmail.com
on 3 Mar 2012 at 7:06
See issue 973 for a workaround.
Original comment by dmel...@gmail.com
on 31 Jul 2012 at 12:46
Please checkout this thread [1] on devs mailing list and try one of the linked
IDEs. It should fix the problems reported in this issue
[1] https://groups.google.com/a/arduino.cc/forum/#!topic/developers/4X2T3rCxXWM
Original comment by federico...@gmail.com
on 21 Jan 2015 at 10:06
New preprocessor tracked at https://github.com/arduino/Arduino/pull/2636.
Builds for testing it are available
Original comment by federico...@gmail.com
on 13 Feb 2015 at 7:19
Original issue reported on code.google.com by
andre...@gmail.com
on 23 Oct 2010 at 1:23