Don't export caml_input_scan_line

master
David Allsopp 2020-09-04 16:19:06 +01:00
parent 44c053008a
commit 8835ed164d
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ CAMLexport file_offset caml_pos_in(struct channel *channel)
return channel->offset - (file_offset)(channel->max - channel->curr);
}
CAMLexport intnat caml_input_scan_line(struct channel *channel)
intnat caml_input_scan_line(struct channel *channel)
{
char * p;
int n;