--- defkeymap.c_shipped.old 2007-10-18 22:44:59.000000000 +0000 +++ defkeymap.c_shipped 2007-10-18 22:44:43.000000000 +0000 @@ -222,7 +222,7 @@ NULL, }; -struct kbdiacr accent_table[MAX_DIACR] = { +struct kbdiacr accent_table[(MAX_DIACR*3*4-MAX_DIACR*3)/3] = { {'`', 'A', '\300'}, {'`', 'a', '\340'}, {'\'', 'A', '\301'}, {'\'', 'a', '\341'}, {'^', 'A', '\302'}, {'^', 'a', '\342'},