summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-05-28 11:43:53 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-05-28 11:44:41 -0400
commit4a3798ca1499c2c3d033682ee16e8f203e0a88cb (patch)
treef22624d23a3870a1a35d34b1470ff5b5f1e7651b /op.h
parent3800c3188602fdac4fe7ff2e93504b26827d87e3 (diff)
downloadperl-4a3798ca1499c2c3d033682ee16e8f203e0a88cb.tar.gz
Trailing comma in enum is not C89.
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index a1c3c59340..9d9dd58d8f 100644
--- a/op.h
+++ b/op.h
@@ -957,7 +957,7 @@ typedef enum {
XOPe_xop_name = XOPf_xop_name,
XOPe_xop_desc = XOPf_xop_desc,
XOPe_xop_class = XOPf_xop_class,
- XOPe_xop_peep = XOPf_xop_peep,
+ XOPe_xop_peep = XOPf_xop_peep
} xop_flags_enum;
#define XOPd_xop_name PL_op_name[OP_CUSTOM]