diff options
Diffstat (limited to 'src/ccl.h')
| -rw-r--r-- | src/ccl.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 */ |