diff src/charset.h @ 5019:d7cc9553d3eb

fix non-Mule build -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-08 Ben Wing <ben@xemacs.org> * charset.h: * charset.h (Fget_charset): Declare some fake charset defs so we can compile when non-Mule. * depend: Rebuild.
author Ben Wing <ben@xemacs.org>
date Tue, 09 Feb 2010 00:30:59 -0600
parents 1abf84db2c7f
children b5df3737028a
line wrap: on
line diff
--- a/src/charset.h	Mon Feb 08 23:40:38 2010 -0600
+++ b/src/charset.h	Tue Feb 09 00:30:59 2010 -0600
@@ -60,6 +60,8 @@
 } while (0)
 #define XCHARSET_CCL_PROGRAM(cs) Qnil
 #define XCHARSET_NAME(cs) Qascii
+#define Fget_charset(cs) (cs)
+#define Fcharset_list() list1 (Vcharset_ascii)
 
 #else /* MULE */