summaryrefslogtreecommitdiff
path: root/symbol.h
diff options
context:
space:
mode:
-rw-r--r--symbol.h2
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ sym_type(VALUE sym)
#define is_class_sym(sym) (sym_type(sym)==ID_CLASS)
#define is_junk_sym(sym) (sym_type(sym)==ID_JUNK)
-RUBY_FUNC_EXPORTED const unsigned int ruby_global_name_punct_bits[(0x7e - 0x20 + 31) / 32];
static inline int
is_global_name_punct(const int c)