summaryrefslogtreecommitdiff
path: root/src/ccl.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1997-11-21 14:31:20 +0000
committerAndreas Schwab <schwab@suse.de>1997-11-21 14:31:20 +0000
commit07478155f2492e36b0f9c7bd162084e290e21634 (patch)
tree86ca08d23cd0d1ee9bd056b01e23e07710538f1c /src/ccl.c
parent58068210c55a8d1bfa1007eb94d5d64adff9cf9a (diff)
downloademacs-07478155f2492e36b0f9c7bd162084e290e21634.tar.gz
(setup_ccl_program): Define as returning nothing.
Diffstat (limited to 'src/ccl.c')
-rw-r--r--src/ccl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ccl.c b/src/ccl.c
index ea6c7952220..85a2334f4a8 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -952,6 +952,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
/* Setup fields of the structure pointed by CCL appropriately for the
execution of compiled CCL code in VEC (vector of integer). */
+void
setup_ccl_program (ccl, vec)
struct ccl_program *ccl;
Lisp_Object vec;