From da37321a0d8b21df897e5af64b8c03194987f061 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 17 Jul 2013 17:57:56 +0200 Subject: Simplification for Slice predefined macros --- cpp/src/FreezeScript/transformdb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/FreezeScript/transformdb.cpp') diff --git a/cpp/src/FreezeScript/transformdb.cpp b/cpp/src/FreezeScript/transformdb.cpp index c4c3f1fe002..443e918b452 100644 --- a/cpp/src/FreezeScript/transformdb.cpp +++ b/cpp/src/FreezeScript/transformdb.cpp @@ -437,7 +437,7 @@ run(const Ice::StringSeq& originalArgs, const Ice::CommunicatorPtr& communicator Slice::UnitPtr oldUnit = Slice::Unit::createUnit(true, true, ice, underscore); FreezeScript::Destroyer oldD(oldUnit); if(!FreezeScript::parseSlice(appName, oldUnit, oldSlice, oldCppArgs, debug, - "-DICE_COMPILER=ICE_TRANSFORMDB")) + "-D__TRANSFORMDB__")) { return EXIT_FAILURE; } @@ -445,7 +445,7 @@ run(const Ice::StringSeq& originalArgs, const Ice::CommunicatorPtr& communicator Slice::UnitPtr newUnit = Slice::Unit::createUnit(true, true, ice, underscore); FreezeScript::Destroyer newD(newUnit); if(!FreezeScript::parseSlice(appName, newUnit, newSlice, newCppArgs, debug, - "-DICE_COMPILER=ICE_TRANSFORMDB")) + "-D__TRANSFORMDB__")) { return EXIT_FAILURE; } -- cgit v1.2.3