From 07478155f2492e36b0f9c7bd162084e290e21634 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 21 Nov 1997 14:31:20 +0000 Subject: [PATCH] (setup_ccl_program): Define as returning nothing. --- src/ccl.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2