summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index f88557e22b..c17f3d88cf 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -229,5 +229,14 @@ enum vm_regan_acttype {
static VALUE make_no_method_exception(VALUE exc, const char *format,
VALUE obj, int argc, const VALUE *argv);
+/* SVAR */
+
+struct SVAR {
+ VALUE flags;
+ const rb_cref_t *cref;
+ VALUE lastline;
+ VALUE backref;
+ VALUE others;
+};
#endif /* RUBY_INSNHELPER_H */