From 6b52959ef76f6f19e50c6f80f00c08bb0daf5c7c Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Wed, 25 Sep 2019 17:14:17 -0700 Subject: Fix keyword argument separation issues in Thread.new --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 4c233fa27f..f1e7443926 100644 --- a/vm_core.h +++ b/vm_core.h @@ -951,6 +951,7 @@ typedef struct rb_thread_struct { struct { VALUE proc; VALUE args; + int kw_splat; } proc; struct { VALUE (*func)(void *); -- cgit v1.2.3