Forked from
cmucl / cmucl
Source project has a limited visibility.
-
wlott authored
passed down to the arg count checker and keyword checker. The arg count checker and keyword checker funcall this error function, instead of just calling error directly. This allows people to use parse-defmacro to build destructuring things that throw instead of signaling errors.
wlott authoredpassed down to the arg count checker and keyword checker. The arg count checker and keyword checker funcall this error function, instead of just calling error directly. This allows people to use parse-defmacro to build destructuring things that throw instead of signaling errors.