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, 1 insertions, 1 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 3afb135fb56..4ac8b990fee 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -117,7 +117,7 @@ EXFUN (Fccl_program_p, 1);
117#define CHECK_CCL_PROGRAM(x) \ 117#define CHECK_CCL_PROGRAM(x) \
118 do { \ 118 do { \
119 if (NILP (Fccl_program_p (x))) \ 119 if (NILP (Fccl_program_p (x))) \
120 x = wrong_type_argument (Qcclp, (x)); \ 120 wrong_type_argument (Qcclp, (x)); \
121 } while (0); 121 } while (0);
122 122
123#endif /* EMACS_CCL_H */ 123#endif /* EMACS_CCL_H */