Searched refs:compile_debug_print_indent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c103 #define compile_debug_print_indent(level) \ macro
107 (compile_debug_print_indent(1) && \
111 (compile_debug_print_indent(1) && \
115 (compile_debug_print_indent(1) && \
119 (compile_debug_print_indent(2) && \
123 (compile_debug_print_indent(10) && \
127 (compile_debug_print_indent(1) && \
157 #define debugs if (compile_debug_print_indent(1)) ruby_debug_printf
158 #define debug_compile(msg, v) ((void)(compile_debug_print_indent(1) && fputs((msg), stderr)), (v))

Completed in 59 milliseconds