diff options
author | Thomas Jung | 2015-05-13 17:43:33 +0000 |
---|---|---|
committer | Thomas Jung | 2015-05-13 17:43:33 +0000 |
commit | 31c203589163da7b8bfa62ddbcec808d5da25e5f (patch) | |
tree | 4b7c956668ca1845ccba9ef5fa7bd3fff11874dd /runtime/org.eclipse.etrice.runtime.c/src/config | |
parent | 17dcee6be4c293321e6f8fe35911669f9258b29e (diff) | |
download | org.eclipse.etrice-31c203589163da7b8bfa62ddbcec808d5da25e5f.tar.gz org.eclipse.etrice-31c203589163da7b8bfa62ddbcec808d5da25e5f.tar.xz org.eclipse.etrice-31c203589163da7b8bfa62ddbcec808d5da25e5f.zip |
etrice.generator.c added a #define to avoid acces to argc argv
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/config')
-rw-r--r-- | runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h index 1ed878f89..a9078a5db 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h @@ -23,6 +23,7 @@ /* runner */ #define ET_RUNNER_ACTIVATE +#undef ET_DO_NOT_USE_ARGC_ARGV /* flags for debugging */ |