diff options
author | Jose <jose@zeroc.com> | 2018-02-05 08:34:31 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-02-05 08:34:31 +0100 |
commit | 5b1531275cc5553cc728eecbfa91a89fcd9305b3 (patch) | |
tree | 2f98bbd478344806766d1322155ee5a4f5e2794b /cpp/src/slice2cpp/Main.cpp | |
parent | Fixes to support zeroc.icebuilder.msbuild tasks (diff) | |
parent | Fixed PHP array initialization in test proxy client (diff) | |
download | ice-5b1531275cc5553cc728eecbfa91a89fcd9305b3.tar.bz2 ice-5b1531275cc5553cc728eecbfa91a89fcd9305b3.tar.xz ice-5b1531275cc5553cc728eecbfa91a89fcd9305b3.zip |
Merge remote-tracking branch 'origin/3.7' into netcore
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 622273e5658..d1482d3cbc0 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -298,7 +298,7 @@ compile(const vector<string>& argv) else { PreprocessorPtr icecpp = Preprocessor::create(argv[0], *i, cppArgs); - FILE* cppHandle = icecpp->preprocess(false, "-D__SLICE2CPP__"); + FILE* cppHandle = icecpp->preprocess(true, "-D__SLICE2CPP__"); if(cppHandle == 0) { |