summaryrefslogtreecommitdiff
path: root/wordcat.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-11 22:34:57 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-11 22:34:57 +0000
commit1fa9357768c1b4b2301b7341656dbc81e531c9f6 (patch)
tree09866b6fc5eb52f13a44228fbbd7be543131942f /wordcat.h
parent9e43555ab77b3a486948f2de4a878cc0d6d0c275 (diff)
-- 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
Diffstat (limited to 'wordcat.h')
-rw-r--r--wordcat.h81
1 files changed, 0 insertions, 81 deletions
diff --git a/wordcat.h b/wordcat.h
deleted file mode 100644
index 9f18b42..0000000
--- a/wordcat.h
+++ /dev/null
@@ -1,81 +0,0 @@
-/*
-** wordcat.h
-** Word catalog
-** BYTEmark (tm)
-** BYTE's Native Mode Benchmarks
-** Rick Grehan, BYTE Magazine
-**
-** Creation:
-** Revision: 3/95
-**
-** DISCLAIMER
-** The source, executable, and documentation files that comprise
-** the BYTEmark benchmarks are made available on an "as is" basis.
-** This means that we at BYTE Magazine have made every reasonable
-** effort to verify that the there are no errors in the source and
-** executable code. We cannot, however, guarantee that the programs
-** are error-free. Consequently, McGraw-HIll and BYTE Magazine make
-** no claims in regard to the fitness of the source code, executable
-** code, and documentation of the BYTEmark.
-** Furthermore, BYTE Magazine, McGraw-Hill, and all employees
-** of McGraw-Hill cannot be held responsible for any damages resulting
-** from the use of this code or the results obtained from using
-** this code.
-*/
-
-/*
-** Word catalog
-*/
-#define WORDCATSIZE 50
-
-char *wordcatarray[WORDCATSIZE] =
-{ "Hello",
- "He",
- "Him",
- "the",
- "this",
- "that",
- "though",
- "rough",
- "cough",
- "obviously",
- "But",
- "but",
- "bye",
- "begin",
- "beginning",
- "beginnings",
- "of",
- "our",
- "ourselves",
- "yourselves",
- "to",
- "together",
- "togetherness",
- "from",
- "either",
- "I",
- "A",
- "return",
- "However",
- "that",
- "example",
- "yet",
- "quickly",
- "all",
- "if",
- "were",
- "includes",
- "always",
- "never",
- "not",
- "small",
- "returns",
- "set",
- "basic",
- "Entered",
- "with",
- "used",
- "shown",
- "you",
- "know" };