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:
7d4c055
)
op.c: Add comment
author
Karl Williamson
<khw@cpan.org>
Mon, 20 Feb 2017 04:43:40 +0000
(21:43 -0700)
committer
Karl Williamson
<khw@cpan.org>
Mon, 20 Feb 2017 05:45:00 +0000
(22:45 -0700)
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
abe32e7
..
51ffac2
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-4642,7
+4642,7
@@
S_gen_constant_list(pTHX_ OP *o)
old_next = o->op_next;
o->op_next = 0;
op_was_null = o->op_type == OP_NULL;
- if (op_was_null)
+ if (op_was_null)
/* b3698342565fb462291fba4b432cfcd05b6eb4e1 */
o->op_type = OP_CUSTOM;
CALL_PEEP(curop);
if (op_was_null)