This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce59cd
)
util.c:get_db_sub: correct comment
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 00:33:58 +0000
(16:33 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 01:46:22 +0000
(17:46 -0800)
This comment was copied from pp_goto by commit
005a8a35
, but was not
adjusted to make sense in its new surroundings.
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
1e3eea1
..
aa2ae55
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-6543,7
+6543,8
@@
Perl_get_db_sub(pTHX_ SV **svp, CV *cv)
SV * const dbsv = GvSVn(PL_DBsub);
const bool save_taint = PL_tainted;
- /* We do not care about using sv to call CV;
+ /* When we are called from pp_goto (svp is null),
+ * we do not care about using dbsv to call CV;
* it's for informational purposes only.
*/