Skip to content
Snippets Groups Projects
Commit 54dd9baa authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor optimization

Rev: lib/modules/Stdio.pmod:1.3
parent 528777da
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,13 @@ class FILE {
return o;
}
int assign(object foo)
{
bpos=0;
b="";
return ::assign(foo);
}
void set_nonblocking()
{
error("Cannot use nonblocking IO with buffered files.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment