From ce12f1b7545c677f11ec14923d976689f96d0a75 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 1 May 2014 18:28:00 +0200 Subject: Fixed (ICE-5529) - Fix slice2freeze, slice2freezej and slice2html predefined macros --- cpp/src/slice2html/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2html/Main.cpp') diff --git a/cpp/src/slice2html/Main.cpp b/cpp/src/slice2html/Main.cpp index d236e388789..a2908f593ca 100644 --- a/cpp/src/slice2html/Main.cpp +++ b/cpp/src/slice2html/Main.cpp @@ -222,7 +222,7 @@ compile(int argc, char* argv[]) for(vector::size_type idx = 0; idx < args.size(); ++idx) { PreprocessorPtr icecpp = Preprocessor::create(argv[0], args[idx], cppArgs); - FILE* cppHandle = icecpp->preprocess(true, "-DICE_COMPILER=ICE_SLICE2HTML"); + FILE* cppHandle = icecpp->preprocess(true, "-D__SLICE2HTML__"); if(cppHandle == 0) { -- cgit v1.2.3