Skip to content

Commit

Permalink
regcomp.c: debug function [ci skip]
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Jan 25, 2017
1 parent 4f1a54d commit 7db9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regcomp.c
Expand Up @@ -6541,7 +6541,7 @@ print_compiled_byte_code_list(FILE* f, regex_t* reg)
# endif /* ONIG_DEBUG_COMPILE */

# ifdef ONIG_DEBUG_PARSE_TREE
void
static void
print_indent_tree(FILE* f, Node* node, int indent)
{
int i, type, container_p = 0;
Expand Down

0 comments on commit 7db9fbd

Please sign in to comment.