1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

symbol.h: move struct RSymbol

* symbol.h (struct RSymbol): move from internal.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-10-06 13:36:45 +00:00
parent 8474ebad8a
commit 0ca714fa1a
4 changed files with 10 additions and 7 deletions

View file

@ -14,6 +14,12 @@
#include "id.h"
struct RSymbol {
struct RBasic basic;
VALUE fstr;
ID type;
};
#define RSYMBOL(obj) (R_CAST(RSymbol)(obj))
static inline int