summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 8ba0b818a8..12dea88158 100644
--- a/symbol.c
+++ b/symbol.c
@@ -172,7 +172,7 @@ rb_id_attrset(ID id)
/* make new symbol and ID */
if (!(str = lookup_id_str(id))) {
- RBIMPL_ATTR_NONSTRING() static const char id_types[][8] = {
+ static const char id_types[][8] = {
"local",
"instance",
"invalid",