mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Moved exported symbols in internal/util.h to ruby/util.h
[Feature #18051]
This commit is contained in:
parent
4794a8a7cf
commit
c38c2d8ee2
Notes:
git
2021-08-24 10:38:06 +09:00
10 changed files with 12 additions and 17 deletions
|
@ -28,9 +28,9 @@
|
|||
#include "internal/object.h"
|
||||
#include "internal/sanitizers.h"
|
||||
#include "internal/symbol.h"
|
||||
#include "internal/util.h"
|
||||
#include "ruby/encoding.h"
|
||||
#include "ruby/re.h"
|
||||
#include "ruby/util.h"
|
||||
|
||||
#define BIT_DIGITS(N) (((N)*146)/485 + 1) /* log2(10) =~ 146/485 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue