* fontset.c (fontset_get_font_group):
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Jul 2008 13:24:10 +0000 (13:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Jul 2008 13:24:10 +0000 (13:24 +0000)
* font.c (font_check_otf): Specify argument types.

src/ChangeLog
src/font.c
src/fontset.c

index a03f354..8470c1f 100644 (file)
@@ -1,3 +1,8 @@
+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
index 8988b21..91bb842 100644 (file)
@@ -2404,7 +2404,7 @@ font_check_otf_features (script, langsys, features, table)
 /* 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;
 
index 5dbbadb..caa732b 100644 (file)
@@ -459,7 +459,7 @@ reorder_font_vector (font_group, font)
 }
 
 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;