Mercurial > hg > xemacs-beta
comparison src/objects-tty.c @ 4124:9a633a00c3f2
[xemacs-hg @ 2007-08-17 08:08:05 by crestani]
2007-08-15 Marcus Crestani <crestani@xemacs.org>
* database.c (dbm_map): Add typecast.
* database.c (dbm_get): Add typecast.
* gc.c (gc_state_type): Declare type.
* objects-tty.c (tty_find_charset_font): Add typecast.
* objects-xlike-inc.c (count_hyphens): Add typecast.
* objects-xlike-inc.c (endif): Add typecast.
author | crestani |
---|---|
date | Fri, 17 Aug 2007 08:08:10 +0000 |
parents | 229bd619740a |
children | 77138fc618a9 |
comparison
equal
deleted
inserted
replaced
4123:5333f383efbd | 4124:9a633a00c3f2 |
---|---|
372 return Qnil; | 372 return Qnil; |
373 | 373 |
374 if (strchr ((const char *) fontname, '/')) | 374 if (strchr ((const char *) fontname, '/')) |
375 { | 375 { |
376 if (tty_font_spec_matches_charset (XDEVICE (device), charset, 0, | 376 if (tty_font_spec_matches_charset (XDEVICE (device), charset, 0, |
377 font, 0, -1, 0)) | 377 font, 0, -1, initial)) |
378 return font; | 378 return font; |
379 return Qnil; | 379 return Qnil; |
380 } | 380 } |
381 | 381 |
382 if (UNBOUNDP (charset)) | 382 if (UNBOUNDP (charset)) |