[Compbench-devel] CompBenchmarks++/compbenchmarks-core cloptions.cpp, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-06 16:02:15
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12089 Modified Files: cloptions.cpp Log Message: XML based message reporting. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cloptions.cpp 30 May 2007 17:09:48 -0000 1.2 --- cloptions.cpp 6 Jun 2007 16:02:11 -0000 1.3 *************** *** 94,98 **** str="Unexpected option : "; str+=opt; ! CBM::cbmUI->Fatal(str); } else { *domain=value; --- 94,98 ---- str="Unexpected option : "; str+=opt; ! CBM::cbmUI->msgFatal(str); } else { *domain=value; *************** *** 429,433 **** if (P) { if (!UO_enableTestSuite) { ! CBM::cbmUI->Fatal("Incompatible options : --test and --disable-testsuite"); } } --- 429,433 ---- if (P) { if (!UO_enableTestSuite) { ! CBM::cbmUI->msgFatal("Incompatible options : --test and --disable-testsuite"); } } |