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
(from parent 1:
f548aec
)
op.h: remove spurious # define indent
author
David Mitchell
<davem@iabyn.com>
Tue, 27 Feb 2018 15:32:25 +0000
(15:32 +0000)
committer
David Mitchell
<davem@iabyn.com>
Tue, 27 Feb 2018 15:32:25 +0000
(15:32 +0000)
whitespace-only change
op.h
patch
|
blob
|
blame
|
history
diff --git
a/op.h
b/op.h
index
64668dc
..
fc66e14
100644
(file)
--- a/
op.h
+++ b/
op.h
@@
-522,7
+522,7
@@
typedef enum {
# define cMETHOPx_rclass(v) (cMETHOPx(v)->op_rclass_sv)
#endif
-#
define
cMETHOPx_meth(v) cSVOPx_sv(v)
+#
define
cMETHOPx_meth(v) cSVOPx_sv(v)
#define cGVOP_gv cGVOPx_gv(PL_op)
#define cGVOPo_gv cGVOPx_gv(o)