From: Andreas Schwab Date: Fri, 21 Nov 1997 14:31:20 +0000 (+0000) Subject: (setup_ccl_program): Define as returning nothing. X-Git-Tag: emacs-20.3~2766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07478155f2492e36b0f9c7bd162084e290e21634;p=emacs.git (setup_ccl_program): Define as returning nothing. --- 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;