[Compbench-devel] CompBenchmarks++/compbenchmarks-core cloptions.cpp, 1.6, 1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-22 17:04:13
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23320 Modified Files: cloptions.cpp Log Message: Removed handling of dialog program. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cloptions.cpp 13 Jun 2007 18:39:58 -0000 1.6 --- cloptions.cpp 22 Aug 2007 17:04:05 -0000 1.7 *************** *** 584,588 **** << "CUT:" << CBM_PROG_CUT << std::endl << "DD:" << CBM_PROG_DD << std::endl - << "DIALOG:" << CBM_PROG_DIALOG << std::endl << "GREP:" << CBM_PROG_GREP << std::endl << "GZIP:" << CBM_PROG_GZIP << std::endl --- 584,587 ---- |