regcomp.c: debug function [ci skip]
* regcomp.c (print_indent_tree): make a function for debug static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f1a54d2d7
commit
7db9fbdfe6
@ -6541,7 +6541,7 @@ print_compiled_byte_code_list(FILE* f, regex_t* reg)
|
|||||||
# endif /* ONIG_DEBUG_COMPILE */
|
# endif /* ONIG_DEBUG_COMPILE */
|
||||||
|
|
||||||
# ifdef ONIG_DEBUG_PARSE_TREE
|
# ifdef ONIG_DEBUG_PARSE_TREE
|
||||||
void
|
static void
|
||||||
print_indent_tree(FILE* f, Node* node, int indent)
|
print_indent_tree(FILE* f, Node* node, int indent)
|
||||||
{
|
{
|
||||||
int i, type, container_p = 0;
|
int i, type, container_p = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user