summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2020-12-28 19:48:01 -0800
committerKarl Williamson <khw@cpan.org>2021-01-17 09:18:15 -0700
commit9824c081922f8e3697322536c3da1702e35e45ab (patch)
treea5c8f673282770dfddd88133421c8df984816e80 /opcode.h
parent1604cfb0273418ed479719f39def5ee559bffda2 (diff)
downloadperl-9824c081922f8e3697322536c3da1702e35e45ab.tar.gz
style: Detabify regen files.
They generate C files. Bump feature.pm and warnings.pm versions to satisfy cmpVERSION.pl. I can't get it to easily ignore whitespace, `git diff --name-only` does not respect the -w flag. regen_perly.pl is left alone. That would require rebuilding perly.* which is beyond a simple indentation change.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 7c708e402e..859b205750 100644
--- a/opcode.h
+++ b/opcode.h
@@ -549,7 +549,7 @@ EXTCONST char* const PL_op_name[] = {
"isa",
"cmpchain_and",
"cmpchain_dup",
- "freed",
+ "freed",
};
#endif
@@ -957,7 +957,7 @@ EXTCONST char* const PL_op_desc[] = {
"derived class test",
"comparison chaining",
"comparand shuffling",
- "freed op",
+ "freed op",
};
#endif