comparison src/objects.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children af57a77cbc92
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
146 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance) 146 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance)
147 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance) 147 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance)
148 148
149 #ifdef MULE 149 #ifdef MULE
150 int font_spec_matches_charset (struct device *d, Lisp_Object charset, 150 int font_spec_matches_charset (struct device *d, Lisp_Object charset,
151 CONST Bufbyte *nonreloc, 151 const Bufbyte *nonreloc,
152 Lisp_Object reloc, Bytecount offset, 152 Lisp_Object reloc, Bytecount offset,
153 Bytecount length); 153 Bytecount length);
154 #endif 154 #endif
155 155
156 EXFUN (Fmake_font_instance, 3); 156 EXFUN (Fmake_font_instance, 3);