From 07b7411a0b7651135d8fbc2980d1dfe38be994c7 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 10 Apr 2003 20:38:33 +0000 Subject: [PATCH] Signal a PROGRAM-ERROR when number of arguments is wrong. --- src/c/mapfun.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/mapfun.d b/src/c/mapfun.d index 90211faf6..6ca80b830 100644 --- a/src/c/mapfun.d +++ b/src/c/mapfun.d @@ -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