comparison src/mule-ccl.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 /* Synched up with: FSF Emacs 20.3.10 */ 22 /* Synched up with: FSF Emacs 20.3.10 */
23 23
24 #ifndef _CCL_H 24 #ifndef INCLUDED_mule_ccl_h_
25 #define _CCL_H 25 #define INCLUDED_mule_ccl_h_
26 26
27 /* Macros for exit status of CCL program. */ 27 /* Macros for exit status of CCL program. */
28 #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */ 28 #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */
29 #define CCL_STAT_SUSPEND_BY_SRC 1 /* Terminated by empty input. */ 29 #define CCL_STAT_SUSPEND_BY_SRC 1 /* Terminated by empty input. */
30 #define CCL_STAT_SUSPEND_BY_DST 2 /* Terminated by output buffer full. */ 30 #define CCL_STAT_SUSPEND_BY_DST 2 /* Terminated by output buffer full. */
68 68
69 /* Alist of fontname patterns vs corresponding CCL program. */ 69 /* Alist of fontname patterns vs corresponding CCL program. */
70 extern Lisp_Object Vfont_ccl_encoder_alist; 70 extern Lisp_Object Vfont_ccl_encoder_alist;
71 extern Lisp_Object Qccl_program; 71 extern Lisp_Object Qccl_program;
72 72
73 #endif /* _CCL_H */ 73 #endif /* INCLUDED_mule_ccl_h_ */