Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

honor all preprocessor macros when preprocesing the *.ino to *.c#249

Open
biappi wants to merge 1 commit intoamperka:masterfrom
biappi:fix_include_preprocessing
Open

honor all preprocessor macros when preprocesing the *.ino to *.c#249
biappi wants to merge 1 commit intoamperka:masterfrom
biappi:fix_include_preprocessing

Conversation

@biappi
Copy link

@biappi biappi commented May 2, 2015

this patch solves the case in which .ino files would have something like:

include "something.h"

ifndef SOME_FLAG

include <OptionalDependency.h>

endif

in case "something.h" would not define SOME_FLAG

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant