diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-15 04:16:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-15 04:16:43 +0800 |
commit | 067ff7d4114fef0fa3fcfc6cc83a7a6e4a1e0e8f (patch) | |
tree | 9a0ad0cf6679327d8f35d1822d1da85748a5b869 /benchmarks/gsbench/files | |
parent | 16e18c5fb561a3b45e7c46caac0ccb305f96610f (diff) | |
download | freebsd-ports-gnome-067ff7d4114fef0fa3fcfc6cc83a7a6e4a1e0e8f.tar.gz freebsd-ports-gnome-067ff7d4114fef0fa3fcfc6cc83a7a6e4a1e0e8f.tar.zst freebsd-ports-gnome-067ff7d4114fef0fa3fcfc6cc83a7a6e4a1e0e8f.zip |
This is GSBench for GNUstep. It started as a simple conversion of NXBench for
NEXTSTEP. I rewrote the entire application for version 0.5 in order to have an
open architecture which allows the integration of other benchmarks by using
bundles.
WWW: http://www.nice.ch/~phip/softcorner.html
Diffstat (limited to 'benchmarks/gsbench/files')
-rw-r--r-- | benchmarks/gsbench/files/patch-dhry_1.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/gsbench/files/patch-dhry_1.c b/benchmarks/gsbench/files/patch-dhry_1.c new file mode 100644 index 000000000000..154e83c7a125 --- /dev/null +++ b/benchmarks/gsbench/files/patch-dhry_1.c @@ -0,0 +1,10 @@ +--- Bundles/Dhry/dhry_1.c.orig Sun Jan 14 11:47:31 2001 ++++ Bundles/Dhry/dhry_1.c Thu Dec 14 16:59:23 2006 +@@ -66,7 +66,6 @@ + int Arr_2_Glob [50] [50]; + + extern char *malloc (); +-Enumeration Func_1 (); + /* forward declaration necessary since Enumeration may not simply be int */ + + #ifndef REG |