[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

holy error checking batman.



Load the file MAXSRC;ERS 1

the function WRNG-NO-ARGS-HANDLER ends up with a body which looks like

(LET
 ((#'#635070 |Reqd-Var..3|))
 (COND
   ......
))

the main thing is 
(COMMENT ARGLIST = ((#'#635070 FORMAL-ARGUMENT-LIST))

Calling this function gives a .VAL error to DDT.

When I make typing errors, please, give me a break.
(At lisp level, not ddt level). Can there be some option
which causes both DEFUN& and DEFMACRO to call CAR and CDR functions
which do error checking? Please, I think I can afford the
overhead of error checking during macro expansion.

-gjc