diff src/font.c @ 96573:3de01ebe30b7

* fontset.c (fontset_get_font_group): * font.c (font_check_otf): Specify argument types.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Jul 2008 13:24:10 +0000
parents 4946eb5a06ce
children d45acf0c8d23
line wrap: on
line diff
--- a/src/font.c	Wed Jul 09 13:06:14 2008 +0000
+++ b/src/font.c	Wed Jul 09 13:24:10 2008 +0000
@@ -2404,7 +2404,7 @@
 /* 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;