From 7575409664dc64c4d7ba7216502f22086a312c83 Mon Sep 17 00:00:00 2001 From: Jan Moringen Date: Thu, 15 Oct 2015 12:14:12 +0200 Subject: [PATCH] Fix previous commit (3a60644) Noticed by Christophe Rhodes --- src/compiler/proclaim.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index 88c58eb93..88ad389ae 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -196,7 +196,7 @@ :format-arguments (list form state (rest (typexpand 'deprecation-state))))) (multiple-value-call #'values - state (sb-impl::normalize-deprecation-since since))) + state (sb!impl::normalize-deprecation-since since))) (defun process-deprecation-declaration (thing state software version) (destructuring-bind (namespace name &key replacement) thing -- 2.11.4.GIT