]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vccl_program_table, Qccl_program_idx): Extern them.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)
src/ccl.h

index c1700c957d9c2490eec1c577a1a26f668df47571..f6e9586ccbac35b13566339054b797ee8f293906 100644 (file)
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -72,4 +72,11 @@ extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
 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 */