Fixed issue with racketblock vs RACKETBLOCK (racketblock was always used)

This commit is contained in:
Georges Dupéron 2016-06-17 19:54:52 +02:00
parent 076bd1a750
commit 456d2557c8

View File

@ -73,7 +73,7 @@
(list (smaller (elemref '(chunk tag) #:underline? #f
str
rest ...))))
(racketblock expr ...))))))]))
(#,racketblock expr ...))))))]))
(define-syntax chunk (make-chunk #'racketblock))
(define-syntax CHUNK (make-chunk #'RACKETBLOCK))