comparison 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
comparison
equal deleted inserted replaced
5018:a7a237f818d9 5019:d7cc9553d3eb
58 (byte1) = (ch); \ 58 (byte1) = (ch); \
59 (byte2) = 0; \ 59 (byte2) = 0; \
60 } while (0) 60 } while (0)
61 #define XCHARSET_CCL_PROGRAM(cs) Qnil 61 #define XCHARSET_CCL_PROGRAM(cs) Qnil
62 #define XCHARSET_NAME(cs) Qascii 62 #define XCHARSET_NAME(cs) Qascii
63 #define Fget_charset(cs) (cs)
64 #define Fcharset_list() list1 (Vcharset_ascii)
63 65
64 #else /* MULE */ 66 #else /* MULE */
65 67
66 68
67 /************************************************************************/ 69 /************************************************************************/