diff options
-rw-r--r-- | vm_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -950,7 +950,7 @@ typedef struct rb_thread_struct { enum { thread_invoke_type_none = 0, thread_invoke_type_proc, - thread_invoke_type_func, + thread_invoke_type_func } invoke_type; /* statistics data for profiler */ |