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 ff8bf0ef20..7bf971b9a5 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -184,7 +184,7 @@ typedef struct rb_iseq_location_struct {
const VALUE absolute_path;
const VALUE base_label;
const VALUE label;
- size_t first_lineno;
+ VALUE first_lineno; /* TODO: may be unsigned short */
} rb_iseq_location_t;
struct rb_iseq_struct;