From 1cfae2bf3726cda5f65466d670541ba3b26dea90 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 15 Apr 1998 07:12:49 +0000 Subject: [PATCH] (Vccl_program_table, Qccl_program_idx): Extern them. --- src/ccl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ccl.h b/src/ccl.h index c1700c957d9..f6e9586ccba 100644 --- 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 */ -- 2.39.2