Skip to content
  • Eric Timmons's avatar
    Evaluate sb-c:source-location after macroexpansion · ed0f4d5e
    Eric Timmons authored
    Tested on SBCL 1.4.4. If sb-c:source-location is evaluated during macro
    expansion, then the source location will always point to asdf.lisp (inside the
    define-package macro). If it is evaluated after macro expansion, it points to
    the right place.
    ed0f4d5e