aboutsummaryrefslogtreecommitdiffstats
path: root/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/variable.h b/variable.h
new file mode 100644
index 0000000000..67fe480149
--- /dev/null
+++ b/variable.h
@@ -0,0 +1,9 @@
+
+/* per-object */
+
+struct gen_ivtbl {
+ uint32_t numiv;
+ VALUE ivptr[FLEX_ARY_LEN];
+};
+
+struct st_table *rb_ivar_generic_ivtbl(void);