summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence/Main.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-04-13 12:32:44 -0700
committerMark Spruiell <mes@zeroc.com>2017-04-13 12:32:44 -0700
commite0381d075f800ca89085d3ead77569c7b7d42b22 (patch)
tree974de2bc93d5862a3288f37018fb41d0d6a622a4 /cpp/src/slice2confluence/Main.cpp
parentPreprocessor fix (diff)
downloadice-e0381d075f800ca89085d3ead77569c7b7d42b22.tar.bz2
ice-e0381d075f800ca89085d3ead77569c7b7d42b22.tar.xz
ice-e0381d075f800ca89085d3ead77569c7b7d42b22.zip
slice2confluence fixes
Diffstat (limited to 'cpp/src/slice2confluence/Main.cpp')
-rw-r--r--cpp/src/slice2confluence/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2confluence/Main.cpp b/cpp/src/slice2confluence/Main.cpp
index 06736afe16f..32c68dbe877 100644
--- a/cpp/src/slice2confluence/Main.cpp
+++ b/cpp/src/slice2confluence/Main.cpp
@@ -273,7 +273,7 @@ compile(const vector<string>& argv)
for(vector<string>::size_type idx = 0; idx < args.size(); ++idx)
{
PreprocessorPtr icecpp = Preprocessor::create(argv[0], args[idx], cppArgs);
- FILE* cppHandle = icecpp->preprocess(true);
+ FILE* cppHandle = icecpp->preprocess(true, "-D__SLICE2CONFLUENCE__");
if(cppHandle == 0)
{