mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* module/ice-9/psyntax.scm (expand-top-sequence): When making a fresh name for an introduced identifier, the hash isn't enough: it's quite possible for normal programs to have colliding hash values, because Guile's hash functions on pairs doesn't traverse the whole tree. Therefore, append a uniquifying counter if the introduced name is already defined in the current expansion unit. * test-suite/tests/syntax.test ("duplicate top-level introduced definitions"): Add test. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scheme | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |