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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user