Mercurial > hg > xemacs-beta
diff src/intl-win32.c @ 2333:ba4677f54a05
[xemacs-hg @ 2004-10-14 17:26:18 by james]
More unused parameter fixes.
author | james |
---|---|
date | Thu, 14 Oct 2004 17:26:25 +0000 |
parents | 04bc9d2f42c7 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/intl-win32.c Wed Oct 13 21:52:14 2004 +0000 +++ b/src/intl-win32.c Thu Oct 14 17:26:25 2004 +0000 @@ -53,12 +53,6 @@ # define NO_EXT_MULTIBYTE_FEATURES #endif -#ifdef MULE -#define USED_IF_MULE(decl) decl -#else -#define USED_IF_MULE(decl) UNUSED (decl) -#endif - Lisp_Object Qmswindows_multibyte, Qmswindows_multibyte_to_unicode; Lisp_Object Qmswindows_tstr, Qmswindows_unicode; Lisp_Object Qmswindows_multibyte_system_default;