ruby-changes:45347
From: nobu <ko1@a...>
Date: Wed, 25 Jan 2017 15:08:21 +0900 (JST)
Subject: [ruby-changes:45347] nobu:r57420 (trunk): regcomp.c: debug function [ci skip]
nobu 2017-01-25 15:08:16 +0900 (Wed, 25 Jan 2017) New Revision: 57420 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57420 Log: regcomp.c: debug function [ci skip] * regcomp.c (print_indent_tree): make a function for debug static. Modified files: trunk/regcomp.c Index: regcomp.c =================================================================== --- regcomp.c (revision 57419) +++ regcomp.c (revision 57420) @@ -6541,7 +6541,7 @@ print_compiled_byte_code_list(FILE* f, r https://github.com/ruby/ruby/blob/trunk/regcomp.c#L6541 # 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/