comparison 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
comparison
equal deleted inserted replaced
3840:468d3e5fc353 3841:5989b9bbb612
337 337
338 static int 338 static int
339 tty_font_spec_matches_charset (struct device *UNUSED (d), Lisp_Object charset, 339 tty_font_spec_matches_charset (struct device *UNUSED (d), Lisp_Object charset,
340 const Ibyte *nonreloc, Lisp_Object reloc, 340 const Ibyte *nonreloc, Lisp_Object reloc,
341 Bytecount offset, Bytecount length, 341 Bytecount offset, Bytecount length,
342 int stage) 342 enum font_specifier_matchspec_stages stage)
343 { 343 {
344 const Ibyte *the_nonreloc = nonreloc; 344 const Ibyte *the_nonreloc = nonreloc;
345 345
346 if (stage) 346 if (stage)
347 return 0; 347 return 0;