From 2164fc8537ae2b53fdca3f5b401242299bd53c56 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 30 Oct 2004 17:48:55 +0000 Subject: [PATCH] r10124: revert change for openmcl that broke clsql --- src/aggregates.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/aggregates.lisp b/src/aggregates.lisp index 9aa76b0..aff8f77 100644 --- a/src/aggregates.lisp +++ b/src/aggregates.lisp @@ -118,8 +118,7 @@ of the enum-name name, separator-string, and field-name" #+sbcl `(sb-alien:slot ,obj ,slot) #+mcl - `(ccl:pref ,obj ,(intern (concatenate 'string (symbol-name type) "." (symbol-name slot)) - :keyword)) + `(ccl:pref ,obj ,(read-from-string (format nil ":~a.~a" (keyword type) (keyword slot)))) ) #+mcl -- 2.34.1