aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-16 07:59:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-16 07:59:09 +0000
commita14a67978715dcfa53a1d052545cc6ee99dda862 (patch)
tree528d5c3dfdcce30f36545adaef2aaa82c7162327 /vm_core.h
parentb099c5e6206e0ac591b3e821ed1f37a93b0aebd7 (diff)
downloadruby-a14a67978715dcfa53a1d052545cc6ee99dda862.tar.gz
Revert "Fix error: implicit conversion loses integer precision"
This reverts commit r62708. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 9b8aede35c..24ecc9be54 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -412,7 +412,7 @@ struct rb_iseq_constant_body {
struct rb_call_cache *cc_entries; /* size is ci_size = ci_kw_size */
struct {
- rb_snum_t flip_count;
+ rb_num_t flip_count;
VALUE coverage;
VALUE original_iseq;
} variable;