[AC] Unbreak non-MULE Xft build
Michael Sperber
sperber at informatik.uni-tuebingen.de
Sat Jan 27 12:14:24 EST 2007
I've committed this one.
2007-01-27 Mike Sperber <mike at 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
-------------- next part --------------
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
More information about the XEmacs-Patches
mailing list