[go: up one dir, main page]

Menu

[r91]: / trunk / contrib / omcl.diff  Maximize  Restore  History

Download this file

14 lines (13 with data), 566 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
To rebuild use:
(ccl:rebuild-ccl :full t)
--- openmcl/ccl/level-1/l1-io.lisp.bb 2007-08-27 20:47:57.000000000 +0200
+++ openmcl/ccl/level-1/l1-io.lisp 2007-08-27 20:49:11.000000000 +0200
@@ -1040,6 +1040,8 @@
;; or symbol consisting entirely of .'s
(dotimes (i len t)
(declare (fixnum i))
+ (when (eql (schar name i) #\ )
+ (return t))
(unless (eql (schar name i) #\.)
(return nil))))
(return-from alice