* font.c (font_check_otf): Specify argument types.
+2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * fontset.c (fontset_get_font_group):
+ * font.c (font_check_otf): Specify argument types.
+
2008-07-09 Kenichi Handa <handa@m17n.org>
* coding.c (detect_coding_utf_8): Set detect_info->found only when
/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */
static int
-font_check_otf (spec, otf_capability)
+font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
{
Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;
}
static Lisp_Object
-fontset_get_font_group (fontset, c)
+fontset_get_font_group (Lisp_Object fontset, int c)
{
Lisp_Object font_group;
Lisp_Object base_fontset;