aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 4c6e3c250c..8510e1688a 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -389,7 +389,9 @@ typedef struct rb_vm_struct {
/* hook */
rb_hook_list_t event_hooks;
- struct rb_postponed_job_struct *postponed_job;
+ /* postponed_job */
+ struct rb_postponed_job_struct *postponed_job_buffer;
+ int postponed_job_index;
int src_encoding_index;