diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-06 14:08:00 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-06 14:24:01 -0800 |
commit | e368b3bddfac0a2de936fe626b4a3221d42bc756 (patch) | |
tree | 621f9f66bb9b171db5824c472166b0d30f34ecd3 /toke.c | |
parent | 5cefc8c1f8a7656ad316e65c1ce392b3dc21b389 (diff) | |
download | perl-e368b3bddfac0a2de936fe626b4a3221d42bc756.tar.gz |
Update docs about lex_start’s flags param
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 */ |