Signal a PROGRAM-ERROR when number of arguments is wrong.

This commit is contained in:
jjgarcia 2003-04-10 20:38:33 +00:00
parent 0d7b6e58c1
commit 07b7411a0b

View file

@ -23,7 +23,7 @@ prepare_map(cl_va_list lists, cl_index *cdrs_sp)
*cdrs_sp = cl_stack_index();
if (nlist == 0)
FEerror("MAP*: Too few arguments.", 0);
FEprogram_error("MAP*: Too few arguments.", 0);
cl_stack_push_va_list(lists);
for (i = 0; i<nlist; i++)
cl_stack_push(Cnil);