summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-10-07 07:13:01 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-10-09 07:05:35 -0400
commitf6d26f778475baacdf3dce20eb0e351b8ab3f996 (patch)
tree822a88fe10f95b9e5475f1dd68c1b953ea615c1e /op.c
parente9dee73fe1052d799e4a98e38b709ae8305c6113 (diff)
downloadperl-f6d26f778475baacdf3dce20eb0e351b8ab3f996.tar.gz
Trailing comma is non-standard.
(Found by cadvise, would have been found by gcc -pedantic.)
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 399cf3024a..0d04858b5d 100644
--- a/op.c
+++ b/op.c
@@ -12161,7 +12161,7 @@ enum {
that's flagged OA_DANGEROUS */
AAS_SAFE_SCALAR = 0x100, /* produces at least one scalar SV that's
not in any of the categories above */
- AAS_DEFAV = 0x200, /* contains just a single '@_' on RHS */
+ AAS_DEFAV = 0x200 /* contains just a single '@_' on RHS */
};