summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-11-14 15:21:55 +0100
committerLukas Mai <l.mai@web.de>2016-11-14 18:26:10 +0100
commitfaab18b64b60a535106a459bc6860e05861f15d8 (patch)
treec6fc0e104578290bf3976571d78ee34711da7ae7 /op.h
parentb7a024555af09a4579b95b0d5b583dcdea5d21fb (diff)
downloadperl-faab18b64b60a535106a459bc6860e05861f15d8.tar.gz
op.h: add parens around macro expansion
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 47e6265500..c0e6386985 100644
--- a/op.h
+++ b/op.h
@@ -153,7 +153,7 @@ Deprecated. Use C<GIMME_V> instead.
/* There is no room in op_flags for this one, so it has its own bit-
field member (op_folded) instead. The flag is only used to tell
op_convert_list to set op_folded. */
-#define OPf_FOLDED 1<<16
+#define OPf_FOLDED (1<<16)
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST