mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
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:
parent
f5219fee63
commit
b4974e71dc
5 changed files with 17 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue