mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Revert "Fix bound-identifier=? to compare binding names, not just symbolic names."
This reverts commit 70c74b8476
.
This commit is contained in:
parent
70c74b8476
commit
0b83be7eb6
3 changed files with 0 additions and 7 deletions
|
@ -1172,11 +1172,6 @@
|
|||
(r 'outer))
|
||||
#t)))
|
||||
|
||||
(pass-if "bound-identifier=?"
|
||||
(let* ((x 1) (s1 #'x)
|
||||
(x 2) (s2 #'x))
|
||||
(not (bound-identifier=? s1 s2))))
|
||||
|
||||
(with-test-prefix "syntax-case"
|
||||
|
||||
(pass-if-syntax-error "duplicate pattern variable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue