use 'unknown not #f

pull/24/head
Matthew Butterick 5 years ago
parent b2a9d1ac53
commit 2612c3356b

@ -7,7 +7,7 @@
current-tokenizer-error-handler)
;; During parsing, we should define the source of the input.
(define current-source (make-parameter #f))
(define current-source (make-parameter 'unknown))
;; When an parse error happens, we call the current-parser-error-handler:

Loading…
Cancel
Save