r9293: 9 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[clsql.git] / sql / kmr-mop.lisp
index b709f1bea9c0b7ec81b21f4bd6ee462d9e93b881..d18cec177276f0536156a1981adeb9f02695dc12 100644 (file)
@@ -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)