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:
9de1b62
)
Closing comments is hard.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 17 Jun 2014 12:27:50 +0000
(08:27 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 17 Jun 2014 12:27:50 +0000
(08:27 -0400)
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
da39092
..
9be7188
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-11745,7
+11745,7
@@
Perl_custom_op_get_field(pTHX_ const OP *o, const xop_flags_enum field)
/* Some gcc releases emit a warning for this function:
* op.c: In function 'Perl_custom_op_get_field':
* op.c:...: warning: 'any.xop_name' may be used uninitialized in this function [-Wmaybe-uninitialized]
- * Whether this is true, is currently unknown
*.
/
+ * Whether this is true, is currently unknown
. *
/
return any;
}
}