diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1992,7 +1992,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.") | |||
| 1992 | ? XINT (XVECTOR (reg)->contents[i]) | 1992 | ? XINT (XVECTOR (reg)->contents[i]) |
| 1993 | : 0); | 1993 | : 0); |
| 1994 | 1994 | ||
| 1995 | ccl_driver (&ccl, (char *)0, (char *)0, 0, 0, (int *)0); | 1995 | ccl_driver (&ccl, (unsigned char *)0, (unsigned char *)0, 0, 0, (int *)0); |
| 1996 | QUIT; | 1996 | QUIT; |
| 1997 | if (ccl.status != CCL_STAT_SUCCESS) | 1997 | if (ccl.status != CCL_STAT_SUCCESS) |
| 1998 | error ("Error in CCL program at %dth code", ccl.ic); | 1998 | error ("Error in CCL program at %dth code", ccl.ic); |