From 2181a27b5ca0c0132405ea5976a9e5c70515844a Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Thu, 31 Jan 2013 02:10:00 -0500
Subject: [PATCH] component-operation-time may not be exported.

---
 asdf-ops.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asdf-ops.lisp b/asdf-ops.lisp
index d6af39c..74af17a 100644
--- a/asdf-ops.lisp
+++ b/asdf-ops.lisp
@@ -68,7 +68,7 @@ to the base of the system."
   (let ((source (component-pathname comp)))
     (operating-on-asdf-component-constituent (comp)
       ;; do NOT grovel the same file more than once
-      (unless (component-operation-time 'load-source-op comp)
+      (unless (asdf::component-operation-time 'load-source-op comp)
         (#+sbcl fine-grain-instrumented-load #-sbcl instrumented-load
          source)))))
 
-- 
GitLab