diff options
author | Jose <jose@zeroc.com> | 2014-03-26 16:00:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-03-26 16:00:50 +0100 |
commit | 6ee1318305be6168635f3e0def13f7ee6bc2ad42 (patch) | |
tree | 4554a59919ab3dcfa5116013ffde520bb9a49826 /cpp/src | |
parent | Fixed (ICE-5480) - Remove unused DynamicUserExceptionFactory from BasicStream... (diff) | |
download | ice-6ee1318305be6168635f3e0def13f7ee6bc2ad42.tar.bz2 ice-6ee1318305be6168635f3e0def13f7ee6bc2ad42.tar.xz ice-6ee1318305be6168635f3e0def13f7ee6bc2ad42.zip |
Fixed (ICE-5502) - -D__SLICE2CS__ in slice2js/Main.cpp
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2js/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2js/Main.cpp b/cpp/src/slice2js/Main.cpp index 456d01dcbb1..f7c83e29ca5 100644 --- a/cpp/src/slice2js/Main.cpp +++ b/cpp/src/slice2js/Main.cpp @@ -171,7 +171,7 @@ compile(int argc, char* argv[]) if(depend) { PreprocessorPtr icecpp = Preprocessor::create(argv[0], *i, cppArgs); - FILE* cppHandle = icecpp->preprocess(false, "-D__SLICE2CS__"); + FILE* cppHandle = icecpp->preprocess(false, "-D__SLICE2JS__"); if(cppHandle == 0) { |