From 49b88122c7994c0ac5b7d3c3dffec358ce861057 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Sun, 20 Dec 2015 15:22:03 -0600
Subject: [PATCH] Fix use of obsolete package nickname.

ASDF/COMMON-LISP was referenced, but the proper package name is UIOP/COMMON-LISP.
---
 footer.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/footer.lisp b/footer.lisp
index a77b248b7..21213f99f 100644
--- a/footer.lisp
+++ b/footer.lisp
@@ -48,7 +48,7 @@
 (with-upgradability ()
   #+allegro
   (when (boundp 'excl:*warn-on-nested-reader-conditionals*)
-    (setf excl:*warn-on-nested-reader-conditionals* asdf/common-lisp::*acl-warn-save*))
+    (setf excl:*warn-on-nested-reader-conditionals* uiop/common-lisp::*acl-warn-save*))
 
   (dolist (f '(:asdf :asdf2 :asdf3 :asdf3.1 :asdf-package-system)) (pushnew f *features*))
 
-- 
GitLab