From 1fa9357768c1b4b2301b7341656dbc81e531c9f6 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 11 Nov 2008 22:34:57 +0000 Subject: -- Split nbench1.c into component files -- Combine wordcat.h with huffman routines in huffman.c -- Readd NNET.DAT (oops) -- Update Makefile to build component files git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@3 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nbench0.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nbench0.h') diff --git a/nbench0.h b/nbench0.h index cef0928..46ef994 100644 --- a/nbench0.h +++ b/nbench0.h @@ -336,8 +336,6 @@ extern void DoHuffman(void); extern void DoNNET(void); extern void DoLU(void); -extern void ErrorExit(void); /* From SYSSPEC */ - /* ** Array of pointers to the benchmark functions. */ -- cgit v1.2.3