fix problems detecting coding: in block comments
authorAndy Wingo <wingo@pobox.com>
Thu, 31 Mar 2011 12:46:21 +0000 (14:46 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 31 Mar 2011 12:46:21 +0000 (14:46 +0200)
commit8a12aeb9193a498c0b85c2de4d2ee1543ccb720d
treed8cae0687df36f41dfb4c7687a0d7eb2180b5949
parentd8f699e8eb6e5dfdbaf38e8bea15711b5b29c417
fix problems detecting coding: in block comments

* libguile/read.c (scm_i_scan_for_encoding): Fix for coding on first
  line #! and for !# immediately following the coding.

* test-suite/Makefile.am:
* test-suite/tests/coding.test: Add tests.
libguile/read.c
test-suite/Makefile.am
test-suite/tests/coding.test [new file with mode: 0644]