Stabilize the pre-processing of sketches (e.g. prototype generation and #include insertion). [imported] #455
Labels
Component: Preprocessor
The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Milestone
This is Issue 455 moved from a Google Code project.
Added by 2011-01-08T19:10:32.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium, Component-PreProcessor
Original description
We need to be sure that the way we generate function prototypes and the #include for the Arduino core is one that we want to stick with. The ordering of the WProgram.h include versus other includes in the user sketch has been a constant source of breakage and it's important to find a strategy to stick with.
The text was updated successfully, but these errors were encountered: