diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-09 23:17:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-09 23:17:29 +0000 |
commit | 816228733181d083e9f0e801db1c17f5c1684363 (patch) | |
tree | a366f30dfb9261656dfc2e612db558c90d9887a5 /pod/perltodo.pod | |
parent | 5633a428469831c8303e029c14397e5052ca4ecd (diff) | |
download | perl-816228733181d083e9f0e801db1c17f5c1684363.tar.gz |
Propagating const outwards from Perl_moreswitches() is to be done.
p4raw-id: //depot/perl@32262
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4b7ea0db5c..ac349b5600 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -590,6 +590,13 @@ only the interpretation of non-ASCII characters, and not for the script file handle. To make it work needs some investigation of the ordering of function calls during startup, and (by implication) a bit of tweaking of that order. +=head2 Propagate const outwards from Perl_moreswitches() + +Change 32057 changed the parameter and return value of C<Perl_moreswitches()> +from <char *> to <const char *>. It should now be possible to propagate +const-correctness outwards to C<S_parse_body()>, C<Perl_moreswitches()> +and C<Perl_yylex()>. + =head1 Tasks that need a knowledge of the interpreter |