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.
8 (:implement
"SB-ALIEN")
9 (:use
"COMMON-LISP" "SB-ALIEN" "ASDF" "SB-EXT"))