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 948f9adef1
commit bdba7e8f43

View File

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