Mercurial > hg > xemacs-beta
diff src/intl-x.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | 943eaba38521 |
children | ba4677f54a05 |
line wrap: on
line diff
--- a/src/intl-x.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/intl-x.c Mon Sep 20 19:20:08 2004 +0000 @@ -30,7 +30,13 @@ int init_x_locale (Lisp_Object locale); int -init_x_locale (Lisp_Object locale) +init_x_locale (Lisp_Object +#ifdef MULE + locale +#else + UNUSED (locale) +#endif + ) { #ifdef MULE /* dverna - Nov. 98: #### DON'T DO THIS !!! The default XtLanguageProc