Version 6.4 release
[clsql.git] / clsql-uffi.asd
index 53c6152121868274cc98c66ae6b4e26fce24777a..5629d45b5c3a80d12cdae7afd5295da0507d6927 100644 (file)
@@ -48,7 +48,8 @@
   nil) ;;; library will be loaded by a loader file
 
 (defmethod operation-done-p ((o load-op) (c clsql-uffi-source-file))
-  (and (symbol-function (intern (symbol-name '#:atol64)
+  (and (find-package '#:clsql-uffi)
+       (symbol-function (intern (symbol-name '#:atol64)
                                (find-package '#:clsql-uffi)))
        t))