Author: allison
Date: Mon Mar 6 15:07:21 2006
New Revision: 11806
Modified:
trunk/ (props changed)
trunk/src/ops/io.ops
Log:
Updating out-of-date documentation for 'readline' opcode.
Modified: trunk/src/ops/io.ops
==============================================================================
--- trunk/src/ops/io.ops (original)
+++ trunk/src/ops/io.ops Mon Mar 6 15:07:21 2006
@@ -358,8 +358,6 @@
Read a line up to EOL from filehandle $2.
This switches the filehandle to linebuffer-mode.
-If for some reason the line's longer than 64K you get only 64K
-
=cut
inline op readline(out STR, in PMC) :base_io {