Comment out broken place check
This commit is contained in:
parent
4d8833eab2
commit
b110671c5c
|
@ -147,7 +147,8 @@
|
||||||
(syntax-case stx ()
|
(syntax-case stx ()
|
||||||
[(_ ch body1 body ...)
|
[(_ ch body1 body ...)
|
||||||
(begin
|
(begin
|
||||||
(unless (eq? 'module (syntax-local-context))
|
;breaks valid uses of place
|
||||||
|
#;(unless (eq? 'module (syntax-local-context))
|
||||||
(raise-syntax-error #f "can only be used in a module" stx))
|
(raise-syntax-error #f "can only be used in a module" stx))
|
||||||
(unless (identifier? #'ch)
|
(unless (identifier? #'ch)
|
||||||
(raise-syntax-error #f "expected an indentifier" stx #'ch))
|
(raise-syntax-error #f "expected an indentifier" stx #'ch))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user