summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 10:26:31 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 10:26:31 +0000
commita2d6b37f0cd82afb5acc6445a8ba52199e00358f (patch)
tree8159275f5609722d346813009b9a033bd3327043 /internal.h
parent62c68b4c93d3b8d11c1b8b701223c8b4902263fb (diff)
fix comment abount IMEMO_FL_USHIFT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 83b61f4d01..7f21eb5a01 100644
--- a/internal.h
+++ b/internal.h
@@ -869,7 +869,7 @@ imemo_type_p(VALUE imemo, enum imemo_type imemo_type)
}
}
-/* FL_USER0 to FL_USER2 is for type */
+/* FL_USER0 to FL_USER3 is for type */
#define IMEMO_FL_USHIFT (FL_USHIFT + 4)
#define IMEMO_FL_USER0 FL_USER4
#define IMEMO_FL_USER1 FL_USER5