* xmenu.c: conform to C89 const rules
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2011 09:49:52 +0000 (01:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2011 09:49:52 +0000 (01:49 -0800)
commitcc618f4e69e92541a6595e6b15f35bea5a132640
treebcd31b121cf17d2b032abda451aba8d187e42d53
parent9bcaafce5351d270ac514e23cb69ff1a5fd35229
* xmenu.c: conform to C89 const rules

(xmenu_show, xdialog_show): Declare local var as char *, not
const char *, to stay compatible with C89 const rules.
src/ChangeLog
src/xmenu.c