Macro: SB-EXT:DEFINE-SOURCE-CONTEXT¶
DEFINE-SOURCE-CONTEXT Name Lambda-List Form* This macro defines how to extract an abbreviated source context from the Named form when it appears in the compiler input. Lambda-List is a DEFMACRO style lambda-list used to parse the arguments. The Body should return a list of subforms suitable for a “~{~S ~}” format string.
Lambda list¶
(sb-c::name sb-c::lambda-list &body sb-c::body)