diff options
author | Jose <jose@zeroc.com> | 2014-05-01 18:28:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-01 18:28:00 +0200 |
commit | ce12f1b7545c677f11ec14923d976689f96d0a75 (patch) | |
tree | ca2a4fad49b4f2b24f6706a976db8cd8c1c2394c /cpp/src/slice2freeze | |
parent | Amazon Linux RPM fixes (diff) | |
download | ice-ce12f1b7545c677f11ec14923d976689f96d0a75.tar.bz2 ice-ce12f1b7545c677f11ec14923d976689f96d0a75.tar.xz ice-ce12f1b7545c677f11ec14923d976689f96d0a75.zip |
Fixed (ICE-5529) - Fix slice2freeze, slice2freezej and slice2html predefined macros
Diffstat (limited to 'cpp/src/slice2freeze')
-rw-r--r-- | cpp/src/slice2freeze/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp index a184913d187..88c229fb52c 100644 --- a/cpp/src/slice2freeze/Main.cpp +++ b/cpp/src/slice2freeze/Main.cpp @@ -1952,7 +1952,7 @@ compile(int argc, char* argv[]) // includes.push_back(icecpp->getBaseName() + ".h"); - FILE* cppHandle = icecpp->preprocess(false, "-DICE_COMPILER=ICE_SLICE2FREEZE"); + FILE* cppHandle = icecpp->preprocess(false, "-D__SLICE2FREEZE__"); if(cppHandle == 0) { |