Mercurial > hg > xemacs-beta
comparison src/mule-ccl.c @ 3452:551c008d3777
[xemacs-hg @ 2006-06-14 06:10:08 by aidan]
Fix snprintf problems with the Win32 build.
author | aidan |
---|---|
date | Wed, 14 Jun 2006 06:10:10 +0000 |
parents | d1754e7f0cea |
children | d6a215ad08b8 |
comparison
equal
deleted
inserted
replaced
3451:2a674bf63a86 | 3452:551c008d3777 |
---|---|
37 | 37 |
38 /* Alist of fontname patterns vs corresponding CCL program. */ | 38 /* Alist of fontname patterns vs corresponding CCL program. */ |
39 Lisp_Object Vfont_ccl_encoder_alist; | 39 Lisp_Object Vfont_ccl_encoder_alist; |
40 | 40 |
41 /* This symbol is a property which associates with ccl program vector. | 41 /* This symbol is a property which associates with ccl program vector. |
42 Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */ | 42 Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. |
43 Lisp_Object Qccl_program; | 43 Moved to general-slots.h. */ |
44 /* Lisp_Object Qccl_program; */ | |
44 | 45 |
45 /* These symbols are properties which associate with code conversion | 46 /* These symbols are properties which associate with code conversion |
46 map and their ID respectively. */ | 47 map and their ID respectively. */ |
47 Lisp_Object Qcode_conversion_map; | 48 Lisp_Object Qcode_conversion_map; |
48 Lisp_Object Qcode_conversion_map_id; | 49 Lisp_Object Qcode_conversion_map_id; |