diff options
author | Karl Williamson <khw@cpan.org> | 2019-04-18 10:10:41 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-24 17:09:30 -0600 |
commit | bc2f1ca15922645b3e432d3a3ef7142fe6baedbb (patch) | |
tree | 05c6daba222497ada027aae89ddcdb5e0b874580 /intrpvar.h | |
parent | 6aba5c5eec25a6294e01899eb55a31bf5b889900 (diff) | |
download | perl-bc2f1ca15922645b3e432d3a3ef7142fe6baedbb.tar.gz |
Add some comments around tainting
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index e33036601b..41aa364329 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -75,7 +75,7 @@ PERLVAR(I, multideref_pc, UNOP_AUX_item *) PERLVAR(I, curpm, PMOP *) /* what to do \ interps in REs from */ PERLVAR(I, curpm_under, PMOP *) /* what to do \ interps in REs from */ -PERLVAR(I, tainting, bool) /* doing taint checks */ +PERLVAR(I, tainting, bool) /* ? doing taint checks */ PERLVARI(I, tainted, bool, FALSE) /* using variables controlled by $< */ /* PL_delaymagic is currently used for two purposes: to assure simultaneous |