Fix ~literal patterns in syntax-parse.

This commit is contained in:
Vincent St-Amour 2011-04-01 14:56:02 -04:00
parent 9c3bee03e7
commit 5200b93a0c

View File

@ -844,7 +844,7 @@ A syntax class is integrable if
(let* ([chunks (parse-keyword-options/eol #'more phase-directive-table
#:no-duplicates? #t
#:context stx)]
[phase (options-select-value chunks '#:phase #:default #f)])
[phase (options-select-value chunks '#:phase #:default 0)])
;; FIXME: Duplicates phase expr!
(create-pat:literal #'lit phase phase))]
[_