make word table and reverse word table constant

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1708 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-12 12:40:48 +00:00
parent 327a4d2bd9
commit 9ef440b497
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ struct e {
unsigned n;
};
static struct e inv_std_dict[] = {
static const struct e inv_std_dict[] = {
{"A", 0},
{"ABE", 1},
{"ABED", 571},