summaryrefslogtreecommitdiff
path: root/vm_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_args.c')
-rw-r--r--vm_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_args.c b/vm_args.c
index 0c7db1cb9d..ef5193b77f 100644
--- a/vm_args.c
+++ b/vm_args.c
@@ -19,10 +19,10 @@ struct args_info {
/* basic args info */
VALUE *argv;
int argc;
- const struct rb_call_info_kw_arg *kw_arg;
/* additional args info */
int rest_index;
+ const struct rb_call_info_kw_arg *kw_arg;
VALUE *kw_argv;
VALUE rest;
};