The code generated by cmpcbk.lsp passed a wrong # of arguments to ecl_apply_from_stack_frame().

This commit is contained in:
Juan Jose Garcia Ripoll 2009-04-01 12:52:36 +02:00
parent 5e39337e0e
commit e2fe75e9c6

View file

@ -110,7 +110,7 @@
n "," ct "));")
(wt-nl "ecl_stack_frame_push(frame,ecl_make_foreign_data(&var"
n "," ct "," (ffi:size-of-foreign-type type) "));")))
(wt-nl "aux = ecl_apply_from_stack_frame(cl_env_copy,frame,"
(wt-nl "aux = ecl_apply_from_stack_frame(frame,"
"ecl_fdefinition(" c-name-constant "));")
(wt-nl "ecl_stack_frame_close(frame);")
(when return-p