diff options
author | Kenichi Handa <handa@m17n.org> | 1998-04-15 07:12:49 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-04-15 07:12:49 +0000 |
commit | 1cfae2bf3726cda5f65466d670541ba3b26dea90 (patch) | |
tree | 5494eb827381ce705add13b7212753295c5d8ff3 /src | |
parent | bc1958c4cb1aeebe369856778ec1a3e39e7a09c6 (diff) | |
download | emacs-1cfae2bf3726cda5f65466d670541ba3b26dea90.tar.gz emacs-1cfae2bf3726cda5f65466d670541ba3b26dea90.tar.bz2 emacs-1cfae2bf3726cda5f65466d670541ba3b26dea90.zip |
(Vccl_program_table, Qccl_program_idx): Extern them.
Diffstat (limited to 'src')
-rw-r--r-- | src/ccl.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |