I've committed this one.
2007-01-27 Mike Sperber <mike(a)xemacs.org>
* faces.c (complex_vars_of_faces): Move declarations of fontptr
and fonts out of #ifdef MULE, unbreaking the non-MULE Xft build.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Index: src/faces.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/faces.c,v
retrieving revision 1.53
diff -u -r1.53 faces.c
--- src/faces.c 17 Dec 2006 11:26:09 -0000 1.53
+++ src/faces.c 27 Jan 2007 17:01:09 -0000
@@ -2258,7 +2258,7 @@
Lisp_Object device_symbol = Qx;
#endif
-#ifdef MULE
+ const Ascbyte **fontptr;
const Ascbyte *fonts[] =
{
@@ -2287,7 +2287,8 @@
"-*-*-medium-r-*-*-*-170-*-*-c-*-*-*",
#endif
};
- const Ascbyte **fontptr;
+
+#ifdef MULE
/* Define some specifier tags for classes of character sets. Combining
these allows for distinct fallback fonts for distinct dimensions of
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches