mes: Fix compile warning in reader.
* src/reader.c[MES_C_READER]: Declare read_block_comment, read_hash. Fixes compile warning.
This commit is contained in:
parent
a2f6511f5e
commit
aec2f68118
|
@ -43,6 +43,11 @@ read_line_comment (int c)
|
|||
return read_line_comment (getchar ());
|
||||
}
|
||||
|
||||
#if MES_C_READER
|
||||
SCM read_block_comment (int s, int c);
|
||||
SCM read_hash (int c, SCM w, SCM a);
|
||||
#endif
|
||||
|
||||
SCM
|
||||
read_word_ (int c, SCM w, SCM a)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue