summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2019-05-16 15:43:16 +0900
committerNobuyoshi Nakada <[email protected]>2019-05-16 15:43:16 +0900
commit7069f64c419ebb9a7fd3e48d81454148ed4b2fba ()
tree33b3f8299d21cd819326113f3fad33d2db90ed9e /symbol.c
parent973431c059ab2719e97d1ec051d21aa63a43a005 (diff)
Prefix global_symbols with `ruby_`
-rw-r--r--symbol.c3
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ enum id_entry_type {
ID_ENTRY_SIZE
};
-rb_symbols_t global_symbols = {tNEXT_ID-1};
static const struct st_hash_type symhash = {
rb_str_hash_cmp,