[Compbench-devel] CompBenchmarks++/System System.cpp,1.10,1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-12 19:51:46
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9457 Modified Files: System.cpp Log Message: CBM_DATADIR obsoleted by DATAROOTDIR. Index: System.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/System.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** System.cpp 11 Dec 2006 18:09:47 -0000 1.10 --- System.cpp 12 Dec 2006 19:51:39 -0000 1.11 *************** *** 291,295 **** break; case Patches: ! result=CBM_DATADIR; result+="/"; result+=PACKAGE; --- 291,295 ---- break; case Patches: ! result=DATAROOTDIR; result+="/"; result+=PACKAGE; *************** *** 304,308 **** break; case System: ! result=CBM_DATADIR; result+="/"; result+=PACKAGE; --- 304,308 ---- break; case System: ! result=DATAROOTDIR; result+="/"; result+=PACKAGE; |