X-Git-Url: http://git.boinkor.net/gitweb/sbcl.git/blobdiff_plain/829d76d5f12e1c1b6b21ca4c71b34719b8fed5e1..4d31006db24db375cdb83a5726d66c524b36689c:/src/code/defmacro.lisp diff --git a/src/code/defmacro.lisp b/src/code/defmacro.lisp index 39ec97c..c43a723 100644 --- a/src/code/defmacro.lisp +++ b/src/code/defmacro.lisp @@ -89,7 +89,8 @@ ;; being incompatibly redefined. Doing this right ;; will involve finding the old macro lambda-list ;; and comparing it with the new one. - (style-warn "redefining ~S in DEFMACRO" name)) + (style-warn "redefining ~/sb-impl::print-symbol-with-prefix/ ~ + in DEFMACRO" name)) (setf (sb!xc:macro-function name) definition) ,(when set-p `(setf (%fun-doc definition) doc