From: ayin Date: Tue, 8 Jan 2008 15:01:15 +0000 (+0000) Subject: Make keysym_vocabulary table static and constant. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=14825ffedbd7ed84781590fcdff2fdcfbb03ca7a;p=dana%2Furxvt.git Make keysym_vocabulary table static and constant. --- diff --git a/src/xdefaults.C b/src/xdefaults.C index 0d4af672..cc5ad973 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -636,7 +636,7 @@ struct keysym_vocabulary_t unsigned short len; unsigned short value; }; -keysym_vocabulary_t keysym_vocabulary[] = +static const keysym_vocabulary_t keysym_vocabulary[] = { { "ISOLevel3", 9, Level3Mask }, { "AppKeypad", 9, AppKeypadMask },