diff options
author | Shugo Maeda <[email protected]> | 2022-12-15 15:12:33 +0900 |
---|---|---|
committer | Shugo Maeda <[email protected]> | 2022-12-15 18:56:24 +0900 |
commit | 2581de112c1957dc4b5852e54337551dc8972c99 (patch) | |
tree | d276a3734bf323ab95ff5abab293935a05714033 /node.h | |
parent | 613fca01486e47dee9364a2fd86b5f5e77fe23c8 (diff) |
Disallow mixed usage of ... and */**
[Feature #19134]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6934
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -462,6 +462,7 @@ struct rb_args_info { NODE *opt_args; unsigned int no_kwarg: 1; + unsigned int ruby2_keywords: 1; unsigned int forwarding: 1; VALUE imemo; |