Fixes bug 180895: letrec error message not as helpful as let

This commit is contained in:
Abdulaziz Ghuloum 2008-01-09 08:37:46 -05:00
parent fbebc96bfa
commit 62765c2885
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1333
1334

View File

@ -832,7 +832,7 @@
(syntax-match e ()
((_ ((lhs* rhs*) ...) b b* ...)
(if (not (valid-bound-ids? lhs*))
(stx-error e "invalid identifiers")
(invalid-fmls-error e lhs*)
(let ((lex* (map gen-lexical lhs*))
(lab* (map gen-label lhs*)))
(let ((rib (make-full-rib lhs* lab*))