Mercurial > emacs
changeset 20307:a5d72b4a642f
(setup_ccl_program): Define as returning nothing.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 21 Nov 1997 14:31:20 +0000 |
parents | 275d6855275a |
children | 8d520e3dcb86 |
files | src/ccl.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ccl.c Fri Nov 21 14:30:34 1997 +0000 +++ b/src/ccl.c Fri Nov 21 14:31:20 1997 +0000 @@ -952,6 +952,7 @@ /* 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;