Faster read of semicolon comments
authorMichael Gran <spk121@yahoo.com>
Tue, 16 Feb 2010 04:45:58 +0000 (20:45 -0800)
committerMichael Gran <spk121@yahoo.com>
Tue, 16 Feb 2010 04:45:58 +0000 (20:45 -0800)
commit8a8da78d97ffe779a1baa1098ed9497c5021759e
tree931495280cccc7d7b632d03a94e3f76abda9383f
parent44d3d1114447ee619bc9a900afb410273b56aae2
Faster read of semicolon comments

There is no need to do character encoding processing within
semicolon comments.

* libguile/read.c (scm_read_semicolon_comment): changed
libguile/read.c