Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/mule-ccl.c Tue Jun 13 21:50:52 2006 +0000 +++ b/src/mule-ccl.c Wed Jun 14 06:10:10 2006 +0000 @@ -39,8 +39,9 @@ Lisp_Object Vfont_ccl_encoder_alist; /* This symbol is a property which associates with ccl program vector. - Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */ -Lisp_Object Qccl_program; + Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. + Moved to general-slots.h. */ +/* Lisp_Object Qccl_program; */ /* These symbols are properties which associate with code conversion map and their ID respectively. */