ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/microscheme/init.scm
(Generate patch)

Comparing microscheme/init.scm (file contents):
Revision 1.1 by root, Wed Nov 25 05:02:56 2015 UTC vs.
Revision 1.2 by root, Fri Nov 27 02:06:36 2015 UTC

712 (error "cond-expand : 'not' takes 1 argument") 712 (error "cond-expand : 'not' takes 1 argument")
713 (not (cond-eval (cadr condition))))) 713 (not (cond-eval (cadr condition)))))
714 (else (error "cond-expand : unknown operator" (car condition))))))) 714 (else (error "cond-expand : unknown operator" (car condition)))))))
715 715
716(gc-verbose #f) 716(gc-verbose #f)
717

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines