summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
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;