fix '(] infinite loop
authorAndy Wingo <wingo@pobox.com>
Tue, 13 Jul 2010 19:53:41 +0000 (21:53 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 13 Jul 2010 19:53:41 +0000 (21:53 +0200)
commit5b69315ed3993cceb498f0e05183e4da03dbc1c3
treebf85a1f520b0b0ef844067b13c326e2634008083
parentaa77dace400a1714e5ee98c01a799325e6dd6131
fix '(] infinite loop

* libguile/read.c (scm_read_sexp): Fix reader infinite loop. Thanks to
  Bill Schottstaedt for the report.
* test-suite/tests/reader.test: Add test.
libguile/read.c
test-suite/tests/reader.test