Arduino/app
David A. Mellis d30bd83660 Don't generate prototypes for function that already have them. (Lars J. Nielsen)
This searches for prototypes by using the same regular expression used to search for functions definitions, but with "{}" replaced by ";".  Note that it requires the prototype to be formatted identically to the function definition (e.g. matching white-space).

http://code.google.com/p/arduino/issues/detail?id=973
2012-07-19 11:27:56 -04:00
..
.settings Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
lib Reapplying Christian's regex patch. 2010-10-03 19:44:28 -04:00
src/processing/app Don't generate prototypes for function that already have them. (Lars J. Nielsen) 2012-07-19 11:27:56 -04:00
.classpath Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.classpath_macosx Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.classpath_vista Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml UI i18n and the Japanese text catalog. 2011-12-07 01:45:13 +09:00