comparison src/fontset.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 0af6d3c9fb7c
children c80528d6e629
comparison
equal deleted inserted replaced
96572:b4b3a97faee1 96573:3de01ebe30b7
457 fontset_compare_rfontdef); 457 fontset_compare_rfontdef);
458 XSETCAR (font_group, make_number (charset_ordered_list_tick)); 458 XSETCAR (font_group, make_number (charset_ordered_list_tick));
459 } 459 }
460 460
461 static Lisp_Object 461 static Lisp_Object
462 fontset_get_font_group (fontset, c) 462 fontset_get_font_group (Lisp_Object fontset, int c)
463 { 463 {
464 Lisp_Object font_group; 464 Lisp_Object font_group;
465 Lisp_Object base_fontset; 465 Lisp_Object base_fontset;
466 int from, to, i; 466 int from, to, i;
467 467