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