[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System System.cpp, 1.7, 1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-07 18:02:24
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27792 Modified Files: System.cpp Log Message: CELVarDone() obsoleted. Index: System.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** System.cpp 15 Feb 2007 19:02:55 -0000 1.7 --- System.cpp 7 Mar 2007 18:02:13 -0000 1.8 *************** *** 11,14 **** --- 11,16 ---- #include <Base/Config.h> #include <Base/md5.h> + #include <CEL/CEL-Array.h> + #include <CEL/CEL-Function.h> #include <Benchmark/Benchmark-DLLoader.h> *************** *** 585,588 **** --- 587,593 ---- } + CELArrayDone(); + CELFunctionDone(); + return(1); } |