diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-16 05:32:35 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-16 10:03:57 -0700 |
commit | b82e18baa5034a22165a614ef091e3248177bf62 (patch) | |
tree | a3524d68d68e524949779246c81fdb29bd8515bf /toke.c | |
parent | f1c22b9e404ff0489520a75ead67695af4a770d3 (diff) | |
download | perl-b82e18baa5034a22165a614ef091e3248177bf62.tar.gz |
toke.c: Remove obsolete comment
345b37853 removed the associated parameter.
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1987,7 +1987,6 @@ S_newSV_maybe_utf8(pTHX_ const char *const start, STRLEN len) * a keyword (do this if the word is a label, e.g. goto FOO) * int allow_pack : if true, : characters will also be allowed (require, * use, etc. do this) - * int allow_initial_tick : used by the "sub" lexer only. */ STATIC char * |