aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h6
1 files changed, 6 insertions, 0 deletions
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