util.c: hexdigit

* util.c (hexdigit): extract identical constants.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-02-13 07:07:39 +00:00
parent f5219fee63
commit b4974e71dc
5 changed files with 17 additions and 7 deletions

View file

@ -1157,6 +1157,7 @@ VALUE rb_setup_fake_str(struct RString *fake_str, const char *name, long len, rb
/* util.c (export) */
extern const signed char ruby_digit36_to_number_table[];
extern const char ruby_hexdigits[];
/* variable.c (export) */
void rb_gc_mark_global_tbl(void);