summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 06:51:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 06:51:57 +0000
commit429245aa9f858c297d613636b9b8be8671471a64 (patch)
treecddd4a1cd2b64dfeaba5122e47420b44e6eb4b05 /vm_core.h
parentf98e323ef34287d869f4287b325983043763a7d3 (diff)
Prefix rb_ec_set_vm_stack
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 6b094dcbfb..7a89dd019c 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -880,7 +880,7 @@ typedef struct rb_execution_context_struct {
} machine;
} rb_execution_context_t;
-void ec_set_vm_stack(rb_execution_context_t *ec, VALUE *stack, size_t size);
+void rb_ec_set_vm_stack(rb_execution_context_t *ec, VALUE *stack, size_t size);
typedef struct rb_thread_struct {
struct list_node vmlt_node;