diff src/objects-tty.c @ 3841:5989b9bbb612

[xemacs-hg @ 2007-02-22 16:19:40 by stephent] Various warning fixes. <87lkiqkvpa.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Thu, 22 Feb 2007 16:19:44 +0000
parents 98af8a976fc3
children 229bd619740a
line wrap: on
line diff
--- a/src/objects-tty.c	Wed Feb 21 22:51:09 2007 +0000
+++ b/src/objects-tty.c	Thu Feb 22 16:19:44 2007 +0000
@@ -339,7 +339,7 @@
 tty_font_spec_matches_charset (struct device *UNUSED (d), Lisp_Object charset,
 			       const Ibyte *nonreloc, Lisp_Object reloc,
 			       Bytecount offset, Bytecount length,
-			       int stage)
+			       enum font_specifier_matchspec_stages stage)
 {
   const Ibyte *the_nonreloc = nonreloc;