1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.h (rb_gc_debug_body): constified.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-10-16 04:40:11 +00:00
parent 438b8706a7
commit aaa01efb95
3 changed files with 12 additions and 6 deletions

2
gc.h
View file

@ -26,7 +26,7 @@ rb_gc_debug_indent(void)
}
static void
rb_gc_debug_body(char *mode, char *msg, int st, void *ptr)
rb_gc_debug_body(const char *mode, const char *msg, int st, void *ptr)
{
if (st == 0) {
ruby_gc_debug_indent--;