mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* debug.h (ruby_set_debug_option): declared.
* main.c: include debug.h. * common.mk (main.$(OBJEXT)): dependency updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ab279b4085
commit
75b10ac696
4 changed files with 14 additions and 1 deletions
4
debug.h
4
debug.h
|
@ -29,4 +29,8 @@ int ruby_debug_print_indent(int level, int debug_level, int indent_level);
|
|||
void ruby_debug_breakpoint(void);
|
||||
void ruby_debug_gc_check_func(void);
|
||||
|
||||
#ifdef RUBY_DEBUG_ENV
|
||||
void ruby_set_debug_option(const char *str);
|
||||
#endif
|
||||
|
||||
#endif /* RUBY_DEBUG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue