Fixed issue with racketblock vs RACKETBLOCK (racketblock was always used)
This commit is contained in:
parent
948f9adef1
commit
bdba7e8f43
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user