From 0133541d3a46725b70a27b86aa735e6a27ac4bf6 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Mon, 14 Mar 2016 00:03:45 +0300 Subject: [PATCH] Remove DEF!MACRO from packages. --- package-data-list.lisp-expr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 1a423faf9..df7698786 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -1085,7 +1085,7 @@ possibly temporarily, because it might be used internally." ;; bootstrapping magic, to make things happen both in ;; the cross-compilation host compiler's environment and ;; in the cross-compiler's environment - "DEF!CONSTANT" "DEF!MACRO" "DEF!METHOD" "DEF!STRUCT" "DEF!TYPE" + "DEF!CONSTANT" "DEF!METHOD" "DEF!STRUCT" "DEF!TYPE" ;; bootstrapping magic of a different kind, wherein things happen ;; as they ordinarily do, plus during second genesis. "!DEFGLOBAL" "!DEFPARAMETER" "!DEFVAR" @@ -1414,7 +1414,6 @@ is a good idea, but see SB-SYS re. blurring of boundaries." :use ("CL" "SB!ALIEN" "SB!ALIEN-INTERNALS" "SB!BIGNUM" "SB!EXT" "SB!FASL" "SB!INT" "SB!SYS" "SB!GRAY") :reexport ("DEF!STRUCT" - "DEF!MACRO" #!+sb-simd-pack("SIMD-PACK" "SIMD-PACK-P" "%MAKE-SIMD-PACK-UB32" -- 2.11.4.GIT