summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-06 14:08:00 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 14:24:01 -0800
commite368b3bddfac0a2de936fe626b4a3221d42bc756 (patch)
tree621f9f66bb9b171db5824c472166b0d30f34ecd3 /toke.c
parent5cefc8c1f8a7656ad316e65c1ce392b3dc21b389 (diff)
downloadperl-e368b3bddfac0a2de936fe626b4a3221d42bc756.tar.gz
Update docs about lex_start’s flags param
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/toke.c b/toke.c
index 1431cc377d..7a8c76344d 100644
--- a/toke.c
+++ b/toke.c
@@ -669,9 +669,8 @@ from which code will be read to be parsed. If both are non-null, the
code in I<line> comes first and must consist of complete lines of input,
and I<rsfp> supplies the remainder of the source.
-The I<flags> parameter is reserved for future use, and must always
-be zero, except for one flag that is currently reserved for perl's internal
-use.
+The I<flags> parameter is reserved for future use. Currently it is only
+used by perl internally, so extensions should always pass zero.
=cut
*/