;;; ;;; This file contains expressions that should be done in kernel.core ;;; before generating lisp.core. ;;; ;;; For now, that means deleting symbols that are in kernel.core, but ;;; shouldn't be part of the final image. ;;; ;;; Remember that this file must stay stimple, no reader macros, no ;;; (if ...), co compiler-requireing statements. ;;; (unintern 'slot) ; whereever that comes from, it clashes with the ; alien package, get rid of it