[qif-file.scm] Don't use match as an identifier

It is a (ice-9 match) keyword.
pull/885/head
Christopher Lam 5 years ago
parent d1de91916e
commit 1f045eb0a5

@ -54,8 +54,7 @@
(make-regexp "^\\.\\.\\."))
(define (not-bad-numeric-string? input)
(let ((match (regexp-exec qif-bad-numeric-rexp input)))
(if match #f #t)))
(not (regexp-exec qif-bad-numeric-rexp input)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save