aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ccl.h b/src/ccl.h
index b01a73f3a2d..7b72dc74104 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -81,8 +81,6 @@ extern bool setup_ccl_program (struct ccl_program *, Lisp_Object);
81extern void ccl_driver (struct ccl_program *, int *, int *, int, int, 81extern void ccl_driver (struct ccl_program *, int *, int *, int, int,
82 Lisp_Object); 82 Lisp_Object);
83 83
84extern Lisp_Object Qccl, Qcclp;
85
86#define CHECK_CCL_PROGRAM(x) \ 84#define CHECK_CCL_PROGRAM(x) \
87 do { \ 85 do { \
88 if (NILP (Fccl_program_p (x))) \ 86 if (NILP (Fccl_program_p (x))) \