r9294: new test report
[clsql.git] / sql / kmr-mop.lisp
index 3953c8c279db097a67107bcee86a30a848bb8193..d18cec177276f0536156a1981adeb9f02695dc12 100644 (file)
@@ -16,7 +16,7 @@
 ;;;; This file was extracted from the KMRCL utilities
 ;;;; *************************************************************************
 
-(in-package #:clsql-sys)
+(in-package #:clsql)
 
 #+lispworks
 (defun intern-eql-specializer (slot)
@@ -47,8 +47,8 @@
   )
 
 (defun ordered-class-slots (class)
-  #+(or cmu sbcl) (class-slots class)
-  #-(or cmu sbcl) (reverse (class-slots class)))
+  #+(or cmu18 sbcl) (class-slots class)
+  #-(or cmu18 sbcl) (reverse (class-slots class)))
 
 ;; Lispworks has symbol for slot rather than the slot instance
 (defun %svuc-slot-name (slot)