[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
specializing macros
- To: commonloops.pa@Xerox.COM
- Subject: specializing macros
- From: dcmartin@ingres.berkeley.edu (David C. Martin)
- Date: Fri, 9 Jan 87 14:06:11 PST
There is a macro called ``time'' in the lisp package of ExCL. When I attempt
to specialize this macro w/ make-specializable it barfs since there is no
funcallable object for ``time''.
My quick workaround was to shadow the function time, but this seems sort of
foolish as make-specializable should be able to handle this situation.
Comments?
dcm