summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2018-07-28 00:07:56 +0900
committerNobuyoshi Nakada <[email protected]>2019-05-05 00:29:12 +0900
commitff21e75d32e27a2b362ed53fb471828876b54418 ()
treef32f96d4bfb0ecf917428a893d9aff9bb84a47cc /node.h
parent848edb03f8d3e5f5e97d3ea45fec592d87d73b05 (diff)
parse.y: duplicated when clause warning
* parse.y (case_args): moved "duplicated when clause" warning from compile phase, so that `ruby -wc` shows them.
-rw-r--r--node.h2
1 files changed, 2 insertions, 0 deletions
@@ -384,6 +384,8 @@ typedef struct RNode {
#define NODE_SPECIAL_NO_NAME_REST ((NODE *)-1)
#define NODE_NAMED_REST_P(node) ((node) != NODE_SPECIAL_NO_NAME_REST)
RUBY_SYMBOL_EXPORT_BEGIN
typedef struct node_buffer_struct node_buffer_t;