Fixed build on non-Unicode lisps.

Fixed parsing on non-Unicode lisps.
Fixed Unicode detection on OpenMCL.
This commit is contained in:
dlichteblau
2007-07-05 20:58:15 +00:00
parent d9fe9dfd51
commit 190f472657
5 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,9 @@
(:use :asdf :cl))
(in-package :cxml-system)
;; force loading of runes.asd, which installs *features* this file depends on
(find-system :runes)
(defclass closure-source-file (cl-source-file) ())
#+scl