--- rxvt-unicode/src/keyboard.h 2006/02/20 22:40:35 1.7 +++ rxvt-unicode/src/keyboard.h 2008/01/10 00:44:43 1.8 @@ -91,9 +91,11 @@ uint16_t hash[KEYSYM_HASH_BUDGETS]; vector keymap; +#if STOCK_KEYMAP // stock keymaps are all static data static keysym_t stock_keymap[]; - // user keymaps and their .string are dynamicaly allocated and freed +#endif + // user keymaps and their .string are dynamically allocated and freed vector user_keymap; vector user_translations; };