From f067d71ef7e5bc4e670641b0499f82384f95b764 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 14 Nov 2008 04:49:34 +0000 Subject: Create randnum.h, include in relevant places git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@31 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- huffman.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'huffman.c') diff --git a/huffman.c b/huffman.c index d339b58..e48483e 100644 --- a/huffman.c +++ b/huffman.c @@ -7,6 +7,7 @@ #include #include "nmglobal.h" +#include "randnum.h" /************************ @@ -172,7 +173,7 @@ char *wordptr; /* Pointer to word from catalog */ */ #define WORDCATSIZE 50 -const char * wordcatarray[WORDCATSIZE] = { +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", -- cgit v1.2.3