aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index 03c3924c32b..26e39fdaf70 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -528,7 +528,7 @@ int ccl_backtrace_idx;
528 528
529struct ccl_prog_stack 529struct ccl_prog_stack
530 { 530 {
531 int *ccl_prog; /* Pointer to an array of CCL code. */ 531 Lisp_Object *ccl_prog; /* Pointer to an array of CCL code. */
532 int ic; /* Instruction Counter. */ 532 int ic; /* Instruction Counter. */
533 }; 533 };
534 534