summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 1be20c1356..7801ce1706 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -136,6 +136,7 @@
#endif /* OPT_CALL_THREADED_CODE */
typedef unsigned long rb_num_t;
+typedef signed long rb_snum_t;
enum ruby_tag_type {
RUBY_TAG_NONE = 0x0,