* eval.c (scm_m_letstar): Removed check for duplicate bindings.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 5 Mar 2001 18:54:55 +0000 (18:54 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 5 Mar 2001 18:54:55 +0000 (18:54 +0000)
commit586d7da23739c354a1e4afea913b61c282c7be68
treea5e2e4bd13ac4f1962b06782bdcd66d2416fb155
parent417b11b41f6afdd8e325985acf1fde74eb807b3a
* eval.c (scm_m_letstar): Removed check for duplicate bindings.
Duplicate bindings are OK in a let* since a let* is semantically
equivalent to a nested set of let:s.
libguile/ChangeLog
libguile/eval.c