summaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 04:40:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 04:40:11 +0000
commit6114c7100db229df42bcf4ce3ac1a53c61a54435 (patch)
tree87aa1b283aa06247a9492e7e4d6fbf536b621611 /gc.h
parent459b72604e6e0811a521bc719dcb903a2920899f (diff)
downloadruby-6114c7100db229df42bcf4ce3ac1a53c61a54435.tar.gz
ruby-6114c7100db229df42bcf4ce3ac1a53c61a54435.tar.xz
ruby-6114c7100db229df42bcf4ce3ac1a53c61a54435.zip
* gc.h (rb_gc_debug_body): constified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.h b/gc.h
index 29fd6b407..82fbcb53e 100644
--- a/gc.h
+++ b/gc.h
@@ -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--;