Index: cxml.asd =================================================================== RCS file: /project/cxml/cvsroot/cxml/cxml.asd,v retrieving revision 1.11 diff -p -u -r1.11 cxml.asd --- cxml.asd 24 Jan 2006 19:35:58 -0000 1.11 +++ cxml.asd 16 Aug 2006 13:27:09 -0000 @@ -31,7 +31,7 @@ (format t "~&;;; Building cxml with (UNSIGNED-BYTE 16) RUNES~%") #+rune-is-character -(format t "~&;;; Building cxml with CHARACTER RUNES~%") +(format t "~&;;; Building cxml with CHARACTER RUNES~%") (defsystem :cxml-runes :default-component-class closure-source-file @@ -44,8 +44,8 @@ (:file "definline") (:file runes :pathname - #-rune-is-character "runes" - #+rune-is-character "characters") + #-rune-is-character "runes.lisp" + #+rune-is-character "characters.lisp") #+rune-is-integer (:file "utf8") (:file "syntax") (:file "encodings")