core: reader_read_block_comment: Prepare for M2-Planet.
* src/reader.c (reader_read_block_comment): Prepare for M2-Planet.
This commit is contained in:
parent
bd816cf29b
commit
7e8c6585a0
|
@ -198,8 +198,9 @@ read_env (SCM a)
|
|||
SCM
|
||||
reader_read_block_comment (int s, int c)
|
||||
{
|
||||
if (c == s && peekchar () == '#')
|
||||
return readchar ();
|
||||
if (c == s)
|
||||
if (peekchar () == '#')
|
||||
return readchar ();
|
||||
return reader_read_block_comment (s, readchar ());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue