aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 75797e02c1..410e3a5130 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -14,7 +14,7 @@
typedef long OFFSET;
typedef unsigned long lindex_t;
-typedef rb_num_t GENTRY;
+typedef VALUE GENTRY;
typedef rb_iseq_t *ISEQ;
#ifdef __GCC__