Mercurial > hg > xemacs-beta
comparison src/charset.h @ 3676:3ef0aaf3dc34
[xemacs-hg @ 2006-11-12 13:40:04 by aidan]
Prevent a crash if the ASCII charset registries match nothing.
author | aidan |
---|---|
date | Sun, 12 Nov 2006 13:40:09 +0000 |
parents | 98af8a976fc3 |
children | 1abf84db2c7f |
comparison
equal
deleted
inserted
replaced
3675:0492077a2e85 | 3676:3ef0aaf3dc34 |
---|---|
572 | 572 |
573 void encode_unicode_char (Lisp_Object USED_IF_MULE (charset), int h, | 573 void encode_unicode_char (Lisp_Object USED_IF_MULE (charset), int h, |
574 int USED_IF_MULE (l), unsigned_char_dynarr *dst, | 574 int USED_IF_MULE (l), unsigned_char_dynarr *dst, |
575 enum unicode_type type, unsigned int little_endian); | 575 enum unicode_type type, unsigned int little_endian); |
576 | 576 |
577 void set_charset_registries(Lisp_Object charset, Lisp_Object registries); | |
578 | |
577 EXFUN (Funicode_to_char, 2); | 579 EXFUN (Funicode_to_char, 2); |
578 EXFUN (Fchar_to_unicode, 1); | 580 EXFUN (Fchar_to_unicode, 1); |
579 | 581 |
580 #endif /* INCLUDED_charset_h_ */ | 582 #endif /* INCLUDED_charset_h_ */ |