[bugfix] include macro broken

This commit is contained in:
Yuichi Nishiwaki 2015-07-21 00:57:59 +09:00
parent bfdf60eee1
commit a1d8af908b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
;; 4.1.7. Inclusion
(define-syntax include
(define-macro include
(letrec ((read-file
(lambda (filename)
(call-with-port (open-input-file filename)