From 0ca714fa1aa3fbe4fb60ae1e5b730e544dabc27b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Oct 2014 13:36:45 +0000 Subject: 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 --- symbol.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'symbol.h') diff --git a/symbol.h b/symbol.h index 36db8ef667..58e03c043e 100644 --- a/symbol.h +++ b/symbol.h @@ -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 -- cgit v1.2.3