]> code.delx.au - gnu-emacs/commitdiff
(setup_ccl_program): Define as returning nothing.
authorAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 14:31:20 +0000 (14:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 14:31:20 +0000 (14:31 +0000)
src/ccl.c

index ea6c7952220a97767afa44cdb6b1c1fcbd6a6db4..85a2334f4a857961317156b191c9c4f7e5827657 100644 (file)
--- 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;