aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:34 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:34 +0000
commit5af0798fd7678f84695c0667c140f27e9e325b45 (patch)
tree1b6ca84a2a09397d33e629a3ad7d0e47d67ae403 /include
parent3ee33f9aaef98e60adac144ff7d22d26fe36c37d (diff)
downloadruby-5af0798fd7678f84695c0667c140f27e9e325b45.tar.gz
export rb_mFConst
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 23c196121c..5a5bfe9621 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1901,6 +1901,7 @@ RUBY_EXTERN VALUE rb_mKernel;
RUBY_EXTERN VALUE rb_mComparable;
RUBY_EXTERN VALUE rb_mEnumerable;
RUBY_EXTERN VALUE rb_mErrno;
+RUBY_EXTERN VALUE rb_mFConst;
RUBY_EXTERN VALUE rb_mFileTest;
RUBY_EXTERN VALUE rb_mGC;
RUBY_EXTERN VALUE rb_mMath;