1.0.37.57: better DEFMETHOD pretty-printing
[sbcl/pkhuong.git] / contrib / sb-grovel / defpackage.lisp
blob5f161b1d30c5a7c31c9a58f3b3e0bab797219c2f
1 (defpackage "SB-GROVEL"
2 (:export "GROVEL-CONSTANTS-FILE")
3 (:shadow "TYPE" "UNION")
4 ;; FIXME: This is a really quick and dirty package lock compliance
5 ;; fix, that should be redone. Specifically, this is needed to address the
6 ;; nasty things done with SB-ALIEN:STRUCT.
7 #+sb-package-locks
8 (:implement "SB-ALIEN")
9 (:use "COMMON-LISP" "SB-ALIEN" "ASDF" "SB-EXT"))