changeset 21550:dddb0d1318aa

(Vccl_program_table, Qccl_program_idx): Extern them.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Apr 1998 07:12:49 +0000
parents 3b63301ea296
children f928f4d89772
files src/ccl.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.h	Wed Apr 15 07:12:49 1998 +0000
+++ b/src/ccl.h	Wed Apr 15 07:12:49 1998 +0000
@@ -72,4 +72,11 @@
 extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
 			   unsigned char *, int, int, int *));
 
+/* Vector of CCL program names vs corresponding program data.  */
+extern Lisp_Object Vccl_program_table;
+
+/* Symbols of ccl program have this property, a value of the property
+   is an index for Vccl_protram_table. */
+extern Lisp_Object Qccl_program_idx;
+
 #endif /* _CCL_H */