Skip to content
Snippets Groups Projects
Commit 36bff124 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Renamed files.port to files._port to make it easier to detect old code.

Rev: lib/modules/Stdio.pmod:1.24
parent 7664f0c9
No related branches found
No related tags found
No related merge requests found
...@@ -219,12 +219,12 @@ class File ...@@ -219,12 +219,12 @@ class File
class Port class Port
{ {
inherit port; inherit _port;
object(File) accept() object(File) accept()
{ {
if(object x=::accept()) if(object x=::accept())
{ {
object y=File(); object(File) y=File();
y->_fd=x; y->_fd=x;
return y; return y;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment