comparison src/ccl.c @ 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 d961aeafceba
children e0ed7fc921fa
comparison
equal deleted inserted replaced
20306:275d6855275a 20307:a5d72b4a642f
950 return dst - destination; 950 return dst - destination;
951 } 951 }
952 952
953 /* Setup fields of the structure pointed by CCL appropriately for the 953 /* Setup fields of the structure pointed by CCL appropriately for the
954 execution of compiled CCL code in VEC (vector of integer). */ 954 execution of compiled CCL code in VEC (vector of integer). */
955 void
955 setup_ccl_program (ccl, vec) 956 setup_ccl_program (ccl, vec)
956 struct ccl_program *ccl; 957 struct ccl_program *ccl;
957 Lisp_Object vec; 958 Lisp_Object vec;
958 { 959 {
959 int i; 960 int i;